AWSEC2IamInstanceProfileAssociation
Objective-C
@interface AWSEC2IamInstanceProfileAssociation
Swift
class AWSEC2IamInstanceProfileAssociation
Describes an association between an IAM instance profile and an instance.
-
The ID of the association.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable associationId;
Swift
var associationId: String? { get set }
-
The IAM instance profile.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2IamInstanceProfile *_Nullable iamInstanceProfile;
Swift
var iamInstanceProfile: AWSEC2IamInstanceProfile? { get set }
-
The ID of the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;
Swift
var instanceId: String? { get set }
-
The state of the association.
Declaration
Objective-C
@property (nonatomic) AWSEC2IamInstanceProfileAssociationState state;
Swift
var state: AWSEC2IamInstanceProfileAssociationState { get set }
-
The time the IAM instance profile was associated with the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable timestamp;
Swift
var timestamp: Date? { get set }