DescribeCrossAccountAccessRoleResponse
public struct DescribeCrossAccountAccessRoleResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date when the cross-account access role was registered.
Declaration
Swift
public let registeredAt: TimeStamp
-
The ARN that specifies the IAM role that Amazon Inspector uses to access your AWS account.
Declaration
Swift
public let roleArn: String
-
A Boolean value that specifies whether the IAM role has the necessary policies attached to enable Amazon Inspector to access your AWS account.
Declaration
Swift
public let valid: Bool
-
Undocumented
Declaration
Swift
public init(registeredAt: TimeStamp, roleArn: String, valid: Bool)