Class: Aws::Types::EcsClusterDetails

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)


1067
1068
1069
# File 'sig/types.rbs', line 1067

def active_services_count
  @active_services_count
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1065
1066
1067
# File 'sig/types.rbs', line 1065

def arn
  @arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1064
1065
1066
# File 'sig/types.rbs', line 1064

def name
  @name
end

#registered_container_instances_count::Integer

Returns the value of attribute registered_container_instances_count.

Returns:

  • (::Integer)


1068
1069
1070
# File 'sig/types.rbs', line 1068

def registered_container_instances_count
  @registered_container_instances_count
end

#running_tasks_count::Integer

Returns the value of attribute running_tasks_count.

Returns:

  • (::Integer)


1069
1070
1071
# File 'sig/types.rbs', line 1069

def running_tasks_count
  @running_tasks_count
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1066
1067
1068
# File 'sig/types.rbs', line 1066

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1070
1071
1072
# File 'sig/types.rbs', line 1070

def tags
  @tags
end

#task_detailsTypes::EcsTaskDetails

Returns the value of attribute task_details.



1071
1072
1073
# File 'sig/types.rbs', line 1071

def task_details
  @task_details
end