Class: Aws::Types::CreateCapacityProviderRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCapacityProviderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_provider ⇒ Types::AutoScalingGroupProvider
Returns the value of attribute auto_scaling_group_provider.
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#managed_instances_provider ⇒ Types::CreateManagedInstancesProviderConfiguration
Returns the value of attribute managed_instances_provider.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#auto_scaling_group_provider ⇒ Types::AutoScalingGroupProvider
Returns the value of attribute auto_scaling_group_provider.
366 367 368 |
# File 'sig/types.rbs', line 366 def auto_scaling_group_provider @auto_scaling_group_provider end |
#cluster ⇒ ::String
Returns the value of attribute cluster.
365 366 367 |
# File 'sig/types.rbs', line 365 def cluster @cluster end |
#managed_instances_provider ⇒ Types::CreateManagedInstancesProviderConfiguration
Returns the value of attribute managed_instances_provider.
367 368 369 |
# File 'sig/types.rbs', line 367 def managed_instances_provider @managed_instances_provider end |
#name ⇒ ::String
Returns the value of attribute name.
364 365 366 |
# File 'sig/types.rbs', line 364 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
368 369 370 |
# File 'sig/types.rbs', line 368 def @tags end |