AWSEC2LaunchTemplateIamInstanceProfileSpecification
Objective-C
@interface AWSEC2LaunchTemplateIamInstanceProfileSpecification
Swift
class AWSEC2LaunchTemplateIamInstanceProfileSpecification
Describes 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 }
View on GitHub
Install in Dash
AWSEC2LaunchTemplateIamInstanceProfileSpecification Class Reference