AWSEC2ReplaceIamInstanceProfileAssociationRequest
Objective-C
@interface AWSEC2ReplaceIamInstanceProfileAssociationRequest
Swift
class AWSEC2ReplaceIamInstanceProfileAssociationRequest
-
The ID of the existing IAM instance profile 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) AWSEC2IamInstanceProfileSpecification *_Nullable iamInstanceProfile;Swift
var iamInstanceProfile: AWSEC2IamInstanceProfileSpecification? { get set }
View on GitHub
Install in Dash
AWSEC2ReplaceIamInstanceProfileAssociationRequest Class Reference