AWSEC2IamInstanceProfileSpecification
Objective-C
@interface AWSEC2IamInstanceProfileSpecification
Swift
class AWSEC2IamInstanceProfileSpecification
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 }