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

#auto_scaling_group_providerTypes::AutoScalingGroupProviderUpdate

Returns the value of attribute auto_scaling_group_provider.



2827
2828
2829
# File 'sig/types.rbs', line 2827

def auto_scaling_group_provider
  @auto_scaling_group_provider
end

#cluster::String

Returns the value of attribute cluster.

Returns:

  • (::String)


2826
2827
2828
# File 'sig/types.rbs', line 2826

def cluster
  @cluster
end

#managed_instances_providerTypes::UpdateManagedInstancesProviderConfiguration

Returns the value of attribute managed_instances_provider.



2828
2829
2830
# File 'sig/types.rbs', line 2828

def managed_instances_provider
  @managed_instances_provider
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2825
2826
2827
# File 'sig/types.rbs', line 2825

def name
  @name
end