AWSEC2IamInstanceProfileAssociation
Objective-C
@interface AWSEC2IamInstanceProfileAssociationSwift
class AWSEC2IamInstanceProfileAssociationDescribes an association between an IAM instance profile and an instance.
- 
                  
                  The ID of the association. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable associationId;Swift var associationId: String? { get set }
- 
                  
                  The IAM instance profile. DeclarationObjective-C @property (nonatomic, strong) AWSEC2IamInstanceProfile *_Nullable iamInstanceProfile;Swift var iamInstanceProfile: AWSEC2IamInstanceProfile? { get set }
- 
                  
                  The ID of the instance. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable instanceId;Swift var instanceId: String? { get set }
- 
                  
                  The state of the association. DeclarationObjective-C @property (nonatomic) AWSEC2IamInstanceProfileAssociationState state;Swift var state: AWSEC2IamInstanceProfileAssociationState { get set }
- 
                  
                  The time the IAM instance profile was associated with the instance. DeclarationObjective-C @property (nonatomic, strong) NSDate *_Nullable timestamp;Swift var timestamp: Date? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2IamInstanceProfileAssociation Class Reference
        AWSEC2IamInstanceProfileAssociation Class Reference