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