Class: Aws::Types::AwsEcsClusterDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsClusterDetails
- 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.
-
#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.
-
#cluster_settings ⇒ ::Array[Types::AwsEcsClusterClusterSettingsDetails]
Returns the value of attribute cluster_settings.
-
#configuration ⇒ Types::AwsEcsClusterConfigurationDetails
Returns the value of attribute configuration.
-
#default_capacity_provider_strategy ⇒ ::Array[Types::AwsEcsClusterDefaultCapacityProviderStrategyDetails]
Returns the value of attribute default_capacity_provider_strategy.
-
#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.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#active_services_count ⇒ ::Integer
Returns the value of attribute active_services_count.
2092 2093 2094 |
# File 'sig/types.rbs', line 2092 def active_services_count @active_services_count end |
#capacity_providers ⇒ ::Array[::String]
Returns the value of attribute capacity_providers.
2093 2094 2095 |
# File 'sig/types.rbs', line 2093 def capacity_providers @capacity_providers end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
2091 2092 2093 |
# File 'sig/types.rbs', line 2091 def cluster_arn @cluster_arn end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
2097 2098 2099 |
# File 'sig/types.rbs', line 2097 def cluster_name @cluster_name end |
#cluster_settings ⇒ ::Array[Types::AwsEcsClusterClusterSettingsDetails]
Returns the value of attribute cluster_settings.
2094 2095 2096 |
# File 'sig/types.rbs', line 2094 def cluster_settings @cluster_settings end |
#configuration ⇒ Types::AwsEcsClusterConfigurationDetails
Returns the value of attribute configuration.
2095 2096 2097 |
# File 'sig/types.rbs', line 2095 def configuration @configuration end |
#default_capacity_provider_strategy ⇒ ::Array[Types::AwsEcsClusterDefaultCapacityProviderStrategyDetails]
Returns the value of attribute default_capacity_provider_strategy.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def default_capacity_provider_strategy @default_capacity_provider_strategy end |
#registered_container_instances_count ⇒ ::Integer
Returns the value of attribute registered_container_instances_count.
2098 2099 2100 |
# File 'sig/types.rbs', line 2098 def registered_container_instances_count @registered_container_instances_count end |
#running_tasks_count ⇒ ::Integer
Returns the value of attribute running_tasks_count.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def running_tasks_count @running_tasks_count end |
#status ⇒ ::String
Returns the value of attribute status.
2100 2101 2102 |
# File 'sig/types.rbs', line 2100 def status @status end |