Class: Aws::Types::DescribeClusterResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeClusterResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#channel_ids ⇒ ::Array[::String]
Returns the value of attribute channel_ids.
-
#cluster_type ⇒ "ON_PREMISES"
Returns the value of attribute cluster_type.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#instance_role_arn ⇒ ::String
Returns the value of attribute instance_role_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_settings ⇒ Types::ClusterNetworkSettings
Returns the value of attribute network_settings.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
5104 5105 5106 |
# File 'sig/types.rbs', line 5104 def arn @arn end |
#channel_ids ⇒ ::Array[::String]
Returns the value of attribute channel_ids.
5105 5106 5107 |
# File 'sig/types.rbs', line 5105 def channel_ids @channel_ids end |
#cluster_type ⇒ "ON_PREMISES"
Returns the value of attribute cluster_type.
5106 5107 5108 |
# File 'sig/types.rbs', line 5106 def cluster_type @cluster_type end |
#id ⇒ ::String
Returns the value of attribute id.
5107 5108 5109 |
# File 'sig/types.rbs', line 5107 def id @id end |
#instance_role_arn ⇒ ::String
Returns the value of attribute instance_role_arn.
5108 5109 5110 |
# File 'sig/types.rbs', line 5108 def instance_role_arn @instance_role_arn end |
#name ⇒ ::String
Returns the value of attribute name.
5109 5110 5111 |
# File 'sig/types.rbs', line 5109 def name @name end |
#network_settings ⇒ Types::ClusterNetworkSettings
Returns the value of attribute network_settings.
5110 5111 5112 |
# File 'sig/types.rbs', line 5110 def network_settings @network_settings end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
5111 5112 5113 |
# File 'sig/types.rbs', line 5111 def state @state end |