Class: Aws::Types::Cluster
- Inherits:
-
Object
- Object
- Aws::Types::Cluster
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_services_count ⇒ ::Integer
Returns the value of attribute active_services_count.
-
#attachments ⇒ ::Array[Types::Attachment]
Returns the value of attribute attachments.
-
#attachments_status ⇒ ::String
Returns the value of attribute attachments_status.
-
#capacity_providers ⇒ ::Array[::String]
Returns the value of attribute capacity_providers.
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#configuration ⇒ Types::ClusterConfiguration
Returns the value of attribute configuration.
-
#default_capacity_provider_strategy ⇒ ::Array[Types::CapacityProviderStrategyItem]
Returns the value of attribute default_capacity_provider_strategy.
-
#pending_tasks_count ⇒ ::Integer
Returns the value of attribute pending_tasks_count.
-
#registered_container_instances_count ⇒ ::Integer
Returns the value of attribute registered_container_instances_count.
-
#running_tasks_count ⇒ ::Integer
Returns the value of attribute running_tasks_count.
-
#service_connect_defaults ⇒ Types::ClusterServiceConnectDefaults
Returns the value of attribute service_connect_defaults.
-
#settings ⇒ ::Array[Types::ClusterSetting]
Returns the value of attribute settings.
-
#statistics ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute statistics.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#active_services_count ⇒ ::Integer
Returns the value of attribute active_services_count.
147 148 149 |
# File 'sig/types.rbs', line 147 def active_services_count @active_services_count end |
#attachments ⇒ ::Array[Types::Attachment]
Returns the value of attribute attachments.
153 154 155 |
# File 'sig/types.rbs', line 153 def @attachments end |
#attachments_status ⇒ ::String
Returns the value of attribute attachments_status.
154 155 156 |
# File 'sig/types.rbs', line 154 def @attachments_status end |
#capacity_providers ⇒ ::Array[::String]
Returns the value of attribute capacity_providers.
151 152 153 |
# File 'sig/types.rbs', line 151 def capacity_providers @capacity_providers end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
140 141 142 |
# File 'sig/types.rbs', line 140 def cluster_arn @cluster_arn end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
141 142 143 |
# File 'sig/types.rbs', line 141 def cluster_name @cluster_name end |
#configuration ⇒ Types::ClusterConfiguration
Returns the value of attribute configuration.
142 143 144 |
# File 'sig/types.rbs', line 142 def configuration @configuration end |
#default_capacity_provider_strategy ⇒ ::Array[Types::CapacityProviderStrategyItem]
Returns the value of attribute default_capacity_provider_strategy.
152 153 154 |
# File 'sig/types.rbs', line 152 def default_capacity_provider_strategy @default_capacity_provider_strategy end |
#pending_tasks_count ⇒ ::Integer
Returns the value of attribute pending_tasks_count.
146 147 148 |
# File 'sig/types.rbs', line 146 def pending_tasks_count @pending_tasks_count end |
#registered_container_instances_count ⇒ ::Integer
Returns the value of attribute registered_container_instances_count.
144 145 146 |
# File 'sig/types.rbs', line 144 def registered_container_instances_count @registered_container_instances_count end |
#running_tasks_count ⇒ ::Integer
Returns the value of attribute running_tasks_count.
145 146 147 |
# File 'sig/types.rbs', line 145 def running_tasks_count @running_tasks_count end |
#service_connect_defaults ⇒ Types::ClusterServiceConnectDefaults
Returns the value of attribute service_connect_defaults.
155 156 157 |
# File 'sig/types.rbs', line 155 def service_connect_defaults @service_connect_defaults end |
#settings ⇒ ::Array[Types::ClusterSetting]
Returns the value of attribute settings.
150 151 152 |
# File 'sig/types.rbs', line 150 def settings @settings end |
#statistics ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute statistics.
148 149 150 |
# File 'sig/types.rbs', line 148 def statistics @statistics end |
#status ⇒ ::String
Returns the value of attribute status.
143 144 145 |
# File 'sig/types.rbs', line 143 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
149 150 151 |
# File 'sig/types.rbs', line 149 def @tags end |