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