AWSEC2CapacityReservationGroup

Objective-C

@interface AWSEC2CapacityReservationGroup

Swift

class AWSEC2CapacityReservationGroup

Describes a resource group to which a Capacity Reservation has been added.

  • The ARN of the resource group.

    Declaration

    Objective-C

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

    Swift

    var groupArn: String? { get set }
  • The ID of the Amazon Web Services account that owns the resource group.

    Declaration

    Objective-C

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

    Swift

    var ownerId: String? { get set }