Class: Aws::Types::EcsClusterDetails
- Inherits:
-
Object
- Object
- Aws::Types::EcsClusterDetails
- 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.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#task_details ⇒ Types::EcsTaskDetails
Returns the value of attribute task_details.
Instance Attribute Details
#active_services_count ⇒ ::Integer
Returns the value of attribute active_services_count.
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.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
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.
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.
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.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def @tags end |
#task_details ⇒ Types::EcsTaskDetails
Returns the value of attribute task_details.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def task_details @task_details end |