AWSEC2ScheduledInstancesIamInstanceProfile

Objective-C

@interface AWSEC2ScheduledInstancesIamInstanceProfile

Swift

class AWSEC2ScheduledInstancesIamInstanceProfile

Describes an IAM instance profile for a Scheduled Instance.

  • arn

    The Amazon Resource Name (ARN).

    Declaration

    Objective-C

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

    Swift

    var arn: String? { get set }
  • The name.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }