AWSEC2AssociateIamInstanceProfileRequest
Objective-C
@interface AWSEC2AssociateIamInstanceProfileRequest
Swift
class AWSEC2AssociateIamInstanceProfileRequest
-
The IAM instance profile.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2IamInstanceProfileSpecification *_Nullable iamInstanceProfile;Swift
var iamInstanceProfile: AWSEC2IamInstanceProfileSpecification? { get set } -
The ID of the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;Swift
var instanceId: String? { get set }
View on GitHub
Install in Dash
AWSEC2AssociateIamInstanceProfileRequest Class Reference