Class: Aws::Types::CapacityProvider
- Inherits:
-
Object
- Object
- Aws::Types::CapacityProvider
- 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.
-
#capacity_provider_arn ⇒ ::String
Returns the value of attribute capacity_provider_arn.
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#managed_instances_provider ⇒ Types::ManagedInstancesProvider
Returns the value of attribute managed_instances_provider.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ "EC2_AUTOSCALING", ...
Returns the value of attribute type.
-
#update_status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute update_status.
-
#update_status_reason ⇒ ::String
Returns the value of attribute update_status_reason.
Instance Attribute Details
#auto_scaling_group_provider ⇒ Types::AutoScalingGroupProvider
Returns the value of attribute auto_scaling_group_provider.
112 113 114 |
# File 'sig/types.rbs', line 112 def auto_scaling_group_provider @auto_scaling_group_provider end |
#capacity_provider_arn ⇒ ::String
Returns the value of attribute capacity_provider_arn.
108 109 110 |
# File 'sig/types.rbs', line 108 def capacity_provider_arn @capacity_provider_arn end |
#cluster ⇒ ::String
Returns the value of attribute cluster.
110 111 112 |
# File 'sig/types.rbs', line 110 def cluster @cluster end |
#managed_instances_provider ⇒ Types::ManagedInstancesProvider
Returns the value of attribute managed_instances_provider.
113 114 115 |
# File 'sig/types.rbs', line 113 def managed_instances_provider @managed_instances_provider end |
#name ⇒ ::String
Returns the value of attribute name.
109 110 111 |
# File 'sig/types.rbs', line 109 def name @name end |
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
111 112 113 |
# File 'sig/types.rbs', line 111 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
116 117 118 |
# File 'sig/types.rbs', line 116 def @tags end |
#type ⇒ "EC2_AUTOSCALING", ...
Returns the value of attribute type.
117 118 119 |
# File 'sig/types.rbs', line 117 def type @type end |
#update_status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute update_status.
114 115 116 |
# File 'sig/types.rbs', line 114 def update_status @update_status end |
#update_status_reason ⇒ ::String
Returns the value of attribute update_status_reason.
115 116 117 |
# File 'sig/types.rbs', line 115 def update_status_reason @update_status_reason end |