Class: Aws::Types::ClusterDetails
- Inherits:
-
Object
- Object
- Aws::Types::ClusterDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_metadata ⇒ Types::ClusterMetadata
Returns the value of attribute cluster_metadata.
-
#last_in_use ⇒ ::Time
Returns the value of attribute last_in_use.
-
#running_unit_count ⇒ ::Integer
Returns the value of attribute running_unit_count.
-
#stopped_unit_count ⇒ ::Integer
Returns the value of attribute stopped_unit_count.
Instance Attribute Details
#cluster_metadata ⇒ Types::ClusterMetadata
Returns the value of attribute cluster_metadata.
614 615 616 |
# File 'sig/types.rbs', line 614 def @cluster_metadata end |
#last_in_use ⇒ ::Time
Returns the value of attribute last_in_use.
611 612 613 |
# File 'sig/types.rbs', line 611 def last_in_use @last_in_use end |
#running_unit_count ⇒ ::Integer
Returns the value of attribute running_unit_count.
612 613 614 |
# File 'sig/types.rbs', line 612 def running_unit_count @running_unit_count end |
#stopped_unit_count ⇒ ::Integer
Returns the value of attribute stopped_unit_count.
613 614 615 |
# File 'sig/types.rbs', line 613 def stopped_unit_count @stopped_unit_count end |