Class: Aws::Types::Cluster
- Inherits:
-
Object
- Object
- Aws::Types::Cluster
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#cluster_endpoints ⇒ ::Array[Types::ClusterEndpoint]
Returns the value of attribute cluster_endpoints.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_type ⇒ "IPV4", "DUALSTACK"
Returns the value of attribute network_type.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
36 37 38 |
# File 'sig/types.rbs', line 36 def cluster_arn @cluster_arn end |
#cluster_endpoints ⇒ ::Array[Types::ClusterEndpoint]
Returns the value of attribute cluster_endpoints.
37 38 39 |
# File 'sig/types.rbs', line 37 def cluster_endpoints @cluster_endpoints end |
#name ⇒ ::String
Returns the value of attribute name.
38 39 40 |
# File 'sig/types.rbs', line 38 def name @name end |
#network_type ⇒ "IPV4", "DUALSTACK"
Returns the value of attribute network_type.
41 42 43 |
# File 'sig/types.rbs', line 41 def network_type @network_type end |
#owner ⇒ ::String
Returns the value of attribute owner.
40 41 42 |
# File 'sig/types.rbs', line 40 def owner @owner end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
39 40 41 |
# File 'sig/types.rbs', line 39 def status @status end |