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.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#cluster_status ⇒ "Creating", ...
Returns the value of attribute cluster_status.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#image_version_status ⇒ "UpToDate", ...
Returns the value of attribute image_version_status.
-
#training_plan_arns ⇒ ::Array[::String]
Returns the value of attribute training_plan_arns.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def cluster_arn @cluster_arn end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def cluster_name @cluster_name end |
#cluster_status ⇒ "Creating", ...
Returns the value of attribute cluster_status.
1631 1632 1633 |
# File 'sig/types.rbs', line 1631 def cluster_status @cluster_status end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1630 1631 1632 |
# File 'sig/types.rbs', line 1630 def creation_time @creation_time end |
#image_version_status ⇒ "UpToDate", ...
Returns the value of attribute image_version_status.
1633 1634 1635 |
# File 'sig/types.rbs', line 1633 def image_version_status @image_version_status end |
#training_plan_arns ⇒ ::Array[::String]
Returns the value of attribute training_plan_arns.
1632 1633 1634 |
# File 'sig/types.rbs', line 1632 def training_plan_arns @training_plan_arns end |