Class: Aws::Types::EcsCluster
- Inherits:
-
Object
- Object
- Aws::Types::EcsCluster
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ec2_instance_uids ⇒ ::Array[::String]
Returns the value of attribute ec2_instance_uids.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#ec2_instance_uids ⇒ ::Array[::String]
Returns the value of attribute ec2_instance_uids.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def ec2_instance_uids @ec2_instance_uids end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def status @status end |