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.
2165 2166 2167 |
# File 'sig/types.rbs', line 2165 def capacity_provider_name @capacity_provider_name end |
#capacity_provider_scaling_config ⇒ Types::CapacityProviderScalingConfig
Returns the value of attribute capacity_provider_scaling_config.
2166 2167 2168 |
# File 'sig/types.rbs', line 2166 def capacity_provider_scaling_config @capacity_provider_scaling_config end |
#propagate_tags ⇒ Types::PropagateTags
Returns the value of attribute propagate_tags.
2167 2168 2169 |
# File 'sig/types.rbs', line 2167 def @propagate_tags end |
#telemetry_config ⇒ Types::CapacityProviderTelemetryConfig
Returns the value of attribute telemetry_config.
2168 2169 2170 |
# File 'sig/types.rbs', line 2168 def telemetry_config @telemetry_config end |