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:



9907
9908
9909
# File 'sig/types.rbs', line 9907

def capacity_reservation_groups
  @capacity_reservation_groups
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


9906
9907
9908
# File 'sig/types.rbs', line 9906

def next_token
  @next_token
end