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.
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.
2826 2827 2828 |
# File 'sig/types.rbs', line 2826 def cluster @cluster end |
#managed_instances_provider ⇒ Types::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.
2825 2826 2827 |
# File 'sig/types.rbs', line 2825 def name @name end |