Class: Aws::Types::CapacityAssignmentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CapacityAssignmentConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_assignments ⇒ ::Array[Types::CapacityAssignment]
Returns the value of attribute capacity_assignments.
-
#capacity_reservation_name ⇒ ::String
Returns the value of attribute capacity_reservation_name.
Instance Attribute Details
#capacity_assignments ⇒ ::Array[Types::CapacityAssignment]
Returns the value of attribute capacity_assignments.
121 122 123 |
# File 'sig/types.rbs', line 121 def capacity_assignments @capacity_assignments end |
#capacity_reservation_name ⇒ ::String
Returns the value of attribute capacity_reservation_name.
120 121 122 |
# File 'sig/types.rbs', line 120 def capacity_reservation_name @capacity_reservation_name end |