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.
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.
9906 9907 9908 |
# File 'sig/types.rbs', line 9906 def next_token @next_token end |