AWSEC2IamInstanceProfile

Objective-C

@interface AWSEC2IamInstanceProfile

Swift

class AWSEC2IamInstanceProfile

Describes an IAM instance profile.

  • arn

    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 ID of the instance profile.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable identifier;

    Swift

    var identifier: String? { get set }