Class: Aws::Types::GetGroupsForCapacityReservationResult
- Inherits:
-
Object
- Object
- Aws::Types::GetGroupsForCapacityReservationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_reservation_groups ⇒ ::Array[Types::CapacityReservationGroup]
Returns the value of attribute capacity_reservation_groups.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#capacity_reservation_groups ⇒ ::Array[Types::CapacityReservationGroup]
Returns the value of attribute capacity_reservation_groups.
10239 10240 10241 |
# File 'sig/types.rbs', line 10239 def capacity_reservation_groups @capacity_reservation_groups end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10238 10239 10240 |
# File 'sig/types.rbs', line 10238 def next_token @next_token end |