Class: Aws::Types::ClusterSummary
- Inherits:
-
Object
- Object
- Aws::Types::ClusterSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#normalized_instance_hours ⇒ ::Integer
Returns the value of attribute normalized_instance_hours.
-
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
-
#status ⇒ Types::ClusterStatus
Returns the value of attribute status.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
221 222 223 |
# File 'sig/types.rbs', line 221 def cluster_arn @cluster_arn end |
#id ⇒ ::String
Returns the value of attribute id.
217 218 219 |
# File 'sig/types.rbs', line 217 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
218 219 220 |
# File 'sig/types.rbs', line 218 def name @name end |
#normalized_instance_hours ⇒ ::Integer
Returns the value of attribute normalized_instance_hours.
220 221 222 |
# File 'sig/types.rbs', line 220 def normalized_instance_hours @normalized_instance_hours end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
222 223 224 |
# File 'sig/types.rbs', line 222 def outpost_arn @outpost_arn end |
#status ⇒ Types::ClusterStatus
Returns the value of attribute status.
219 220 221 |
# File 'sig/types.rbs', line 219 def status @status end |