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.



2843
2844
2845
# File 'sig/types.rbs', line 2843

def auto_scaling_group_provider
  @auto_scaling_group_provider
end

#cluster::String

Returns the value of attribute cluster.

Returns:

  • (::String)


2842
2843
2844
# File 'sig/types.rbs', line 2842

def cluster
  @cluster
end

#managed_instances_providerTypes::UpdateManagedInstancesProviderConfiguration

Returns the value of attribute managed_instances_provider.



2844
2845
2846
# File 'sig/types.rbs', line 2844

def managed_instances_provider
  @managed_instances_provider
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2841
2842
2843
# File 'sig/types.rbs', line 2841

def name
  @name
end