Class: Aws::Types::UpdateCapacityProviderRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCapacityProviderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_provider ⇒ Types::AutoScalingGroupProviderUpdate
Returns the value of attribute auto_scaling_group_provider.
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#managed_instances_provider ⇒ Types::UpdateManagedInstancesProviderConfiguration
Returns the value of attribute managed_instances_provider.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#auto_scaling_group_provider ⇒ Types::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.
2842 2843 2844 |
# File 'sig/types.rbs', line 2842 def cluster @cluster end |
#managed_instances_provider ⇒ Types::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.
2841 2842 2843 |
# File 'sig/types.rbs', line 2841 def name @name end |