Class: Aws::Types::Cluster

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)


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.

Returns:



153
154
155
# File 'sig/types.rbs', line 153

def attachments
  @attachments
end

#attachments_status::String

Returns the value of attribute attachments_status.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def attachments_status
  @attachments_status
end

#capacity_providers::Array[::String]

Returns the value of attribute capacity_providers.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def cluster_name
  @cluster_name
end

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

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


145
146
147
# File 'sig/types.rbs', line 145

def running_tasks_count
  @running_tasks_count
end

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

Returns:



150
151
152
# File 'sig/types.rbs', line 150

def settings
  @settings
end

#statistics::Array[Types::KeyValuePair]

Returns the value of attribute statistics.

Returns:



148
149
150
# File 'sig/types.rbs', line 148

def statistics
  @statistics
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



149
150
151
# File 'sig/types.rbs', line 149

def tags
  @tags
end