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.
12064 12065 12066 |
# File 'sig/types.rbs', line 12064 def desired_weights_and_capacities @desired_weights_and_capacities end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
12063 12064 12065 |
# File 'sig/types.rbs', line 12063 def endpoint_name @endpoint_name end |