Class: Aws::Types::GetGroupsForCapacityReservationResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_reservation_groups::Array[Types::CapacityReservationGroup]

Returns the value of attribute capacity_reservation_groups.

Returns:



10245
10246
10247
# File 'sig/types.rbs', line 10245

def capacity_reservation_groups
  @capacity_reservation_groups
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10244
10245
10246
# File 'sig/types.rbs', line 10244

def next_token
  @next_token
end