Class: Aws::Types::UpdateCapacityProviderRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCapacityProviderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_provider_name ⇒ ::String
Returns the value of attribute capacity_provider_name.
-
#capacity_provider_scaling_config ⇒ Types::CapacityProviderScalingConfig
Returns the value of attribute capacity_provider_scaling_config.
-
#propagate_tags ⇒ Types::PropagateTags
Returns the value of attribute propagate_tags.
-
#telemetry_config ⇒ Types::CapacityProviderTelemetryConfig
Returns the value of attribute telemetry_config.
Instance Attribute Details
#capacity_provider_name ⇒ ::String
Returns the value of attribute capacity_provider_name.
2201 2202 2203 |
# File 'sig/types.rbs', line 2201 def capacity_provider_name @capacity_provider_name end |
#capacity_provider_scaling_config ⇒ Types::CapacityProviderScalingConfig
Returns the value of attribute capacity_provider_scaling_config.
2202 2203 2204 |
# File 'sig/types.rbs', line 2202 def capacity_provider_scaling_config @capacity_provider_scaling_config end |
#propagate_tags ⇒ Types::PropagateTags
Returns the value of attribute propagate_tags.
2203 2204 2205 |
# File 'sig/types.rbs', line 2203 def @propagate_tags end |
#telemetry_config ⇒ Types::CapacityProviderTelemetryConfig
Returns the value of attribute telemetry_config.
2204 2205 2206 |
# File 'sig/types.rbs', line 2204 def telemetry_config @telemetry_config end |