Class: Aws::EC2::Types::CapacityReservationGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CapacityReservationGroup
- Includes:
- Structure
- Defined in:
- 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
-
#group_arn ⇒ String
The ARN of the resource group.
-
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the resource group.
Instance Attribute Details
#group_arn ⇒ String
The ARN of the resource group.
4793 4794 4795 4796 4797 4798 |
# File 'lib/aws-sdk-ec2/types.rb', line 4793 class CapacityReservationGroup < Struct.new( :group_arn, :owner_id) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the resource group.
4793 4794 4795 4796 4797 4798 |
# File 'lib/aws-sdk-ec2/types.rb', line 4793 class CapacityReservationGroup < Struct.new( :group_arn, :owner_id) SENSITIVE = [] include Aws::Structure end |