Class: Aws::Types::UpdateEndpointWeightsAndCapacitiesInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEndpointWeightsAndCapacitiesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#desired_weights_and_capacities ⇒ ::Array[Types::DesiredWeightAndCapacity]
Returns the value of attribute desired_weights_and_capacities.
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
Instance Attribute Details
#desired_weights_and_capacities ⇒ ::Array[Types::DesiredWeightAndCapacity]
Returns the value of attribute desired_weights_and_capacities.
12072 12073 12074 |
# File 'sig/types.rbs', line 12072 def desired_weights_and_capacities @desired_weights_and_capacities end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
12071 12072 12073 |
# File 'sig/types.rbs', line 12071 def endpoint_name @endpoint_name end |