AWSEC2LaunchTemplateIamInstanceProfileSpecificationRequest
Objective-C
@interface AWSEC2LaunchTemplateIamInstanceProfileSpecificationRequest
Swift
class AWSEC2LaunchTemplateIamInstanceProfileSpecificationRequest
An IAM instance profile.
-
The Amazon Resource Name (ARN) of the instance profile.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;
Swift
var arn: String? { get set }
-
The name of the instance profile.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }