IamInstanceProfileAssociation
public struct IamInstanceProfileAssociation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the association.
Declaration
Swift
public let associationId: String?
-
The IAM instance profile.
Declaration
Swift
public let iamInstanceProfile: IamInstanceProfile?
-
The ID of the instance.
Declaration
Swift
public let instanceId: String?
-
The state of the association.
Declaration
Swift
public let state: IamInstanceProfileAssociationState?
-
The time the IAM instance profile was associated with the instance.
Declaration
Swift
public let timestamp: TimeStamp?
-
Undocumented
Declaration
Swift
public init(associationId: String? = nil, iamInstanceProfile: IamInstanceProfile? = nil, instanceId: String? = nil, state: IamInstanceProfileAssociationState? = nil, timestamp: TimeStamp? = nil)