AWSEC2ReplaceIamInstanceProfileAssociationResult
Objective-C
@interface AWSEC2ReplaceIamInstanceProfileAssociationResult
Swift
class AWSEC2ReplaceIamInstanceProfileAssociationResult
-
Information about the IAM instance profile association.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2IamInstanceProfileAssociation *_Nullable iamInstanceProfileAssociation;
Swift
var iamInstanceProfileAssociation: AWSEC2IamInstanceProfileAssociation? { get set }