Class: Aws::Types::PutCapacityAssignmentConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::PutCapacityAssignmentConfigurationInput
- 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.
939 940 941 |
# File 'sig/types.rbs', line 939 def capacity_assignments @capacity_assignments end |
#capacity_reservation_name ⇒ ::String
Returns the value of attribute capacity_reservation_name.
938 939 940 |
# File 'sig/types.rbs', line 938 def capacity_reservation_name @capacity_reservation_name end |