Class: Aws::EC2::Types::GetGroupsForCapacityReservationResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_reservation_groupsArray<Types::CapacityReservationGroup>

Information about the resource groups to which the Capacity Reservation has been added.



34481
34482
34483
34484
34485
34486
# File 'lib/aws-sdk-ec2/types.rb', line 34481

class GetGroupsForCapacityReservationResult < Struct.new(
  :next_token,
  :capacity_reservation_groups)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.

Returns:

  • (String)


34481
34482
34483
34484
34485
34486
# File 'lib/aws-sdk-ec2/types.rb', line 34481

class GetGroupsForCapacityReservationResult < Struct.new(
  :next_token,
  :capacity_reservation_groups)
  SENSITIVE = []
  include Aws::Structure
end