Class: Aws::Types::ClusterInformation
- Inherits:
-
Object
- Object
- Aws::Types::ClusterInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#cluster_details ⇒ ::Array[Types::ClusterDetails]
Returns the value of attribute cluster_details.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
624 625 626 |
# File 'sig/types.rbs', line 624 def cluster_arn @cluster_arn end |
#cluster_details ⇒ ::Array[Types::ClusterDetails]
Returns the value of attribute cluster_details.
625 626 627 |
# File 'sig/types.rbs', line 625 def cluster_details @cluster_details end |