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:



10132
10133
10134
# File 'sig/types.rbs', line 10132

def capacity_reservation_groups
  @capacity_reservation_groups
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10131
10132
10133
# File 'sig/types.rbs', line 10131

def next_token
  @next_token
end