Class: Aws::Types::AwsEcsClusterDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_services_count::Integer

Returns the value of attribute active_services_count.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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

#configurationTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


2100
2101
2102
# File 'sig/types.rbs', line 2100

def status
  @status
end