DescribeCrossAccountAccessRoleResponse class

Constructors

DescribeCrossAccountAccessRoleResponse({required DateTime registeredAt, required String roleArn, required bool valid})
DescribeCrossAccountAccessRoleResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
registeredAt DateTime
The date when the cross-account access role was registered.
final
roleArn String
The ARN that specifies the IAM role that Amazon Inspector uses to access your AWS account.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valid bool
A Boolean value that specifies whether the IAM role has the necessary policies attached to enable Amazon Inspector to access your AWS account.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited