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.
5408 5409 5410 5411 5412 5413 |
# File 'lib/aws-sdk-ec2/types.rb', line 5408 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.
5408 5409 5410 5411 5412 5413 |
# File 'lib/aws-sdk-ec2/types.rb', line 5408 class CapacityReservationGroup < Struct.new( :group_arn, :owner_id) SENSITIVE = [] include Aws::Structure end |