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.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def cluster_arn @cluster_arn end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def cluster_name @cluster_name end |
#cluster_status ⇒ "Creating", ...
Returns the value of attribute cluster_status.
1616 1617 1618 |
# File 'sig/types.rbs', line 1616 def cluster_status @cluster_status end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1615 1616 1617 |
# File 'sig/types.rbs', line 1615 def creation_time @creation_time end |
#image_version_status ⇒ "UpToDate", ...
Returns the value of attribute image_version_status.
1618 1619 1620 |
# File 'sig/types.rbs', line 1618 def image_version_status @image_version_status end |
#training_plan_arns ⇒ ::Array[::String]
Returns the value of attribute training_plan_arns.
1617 1618 1619 |
# File 'sig/types.rbs', line 1617 def training_plan_arns @training_plan_arns end |