Class: Aws::EC2::Types::CapacityReservationGroup

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_arnString

The ARN of the resource group.

Returns:

  • (String)


4771
4772
4773
4774
4775
4776
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 4771

class CapacityReservationGroup < Struct.new(
  :group_arn,
  :owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

The ID of the Amazon Web Services account that owns the resource group.

Returns:

  • (String)


4771
4772
4773
4774
4775
4776
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 4771

class CapacityReservationGroup < Struct.new(
  :group_arn,
  :owner_id)
  SENSITIVE = []
  include Aws::Structure
end