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)


2201
2202
2203
# File 'sig/types.rbs', line 2201

def capacity_provider_name
  @capacity_provider_name
end

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

Returns the value of attribute propagate_tags.



2203
2204
2205
# File 'sig/types.rbs', line 2203

def propagate_tags
  @propagate_tags
end

#telemetry_configTypes::CapacityProviderTelemetryConfig

Returns the value of attribute telemetry_config.



2204
2205
2206
# File 'sig/types.rbs', line 2204

def telemetry_config
  @telemetry_config
end