Class: Aws::Types::UpdateCapacityProviderRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_provider_name::String

Returns the value of attribute capacity_provider_name.

Returns:

  • (::String)


2165
2166
2167
# File 'sig/types.rbs', line 2165

def capacity_provider_name
  @capacity_provider_name
end

#capacity_provider_scaling_configTypes::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_tagsTypes::PropagateTags

Returns the value of attribute propagate_tags.



2167
2168
2169
# File 'sig/types.rbs', line 2167

def propagate_tags
  @propagate_tags
end

#telemetry_configTypes::CapacityProviderTelemetryConfig

Returns the value of attribute telemetry_config.



2168
2169
2170
# File 'sig/types.rbs', line 2168

def telemetry_config
  @telemetry_config
end