Class: Aws::Types::UpdateClusterResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateClusterResult
- 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.
-
#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.
5474 5475 5476 |
# File 'sig/types.rbs', line 5474 def arn @arn end |
#channel_ids ⇒ ::Array[::String]
Returns the value of attribute channel_ids.
5475 5476 5477 |
# File 'sig/types.rbs', line 5475 def channel_ids @channel_ids end |
#cluster_type ⇒ "ON_PREMISES"
Returns the value of attribute cluster_type.
5476 5477 5478 |
# File 'sig/types.rbs', line 5476 def cluster_type @cluster_type end |
#id ⇒ ::String
Returns the value of attribute id.
5477 5478 5479 |
# File 'sig/types.rbs', line 5477 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
5478 5479 5480 |
# File 'sig/types.rbs', line 5478 def name @name end |
#network_settings ⇒ Types::ClusterNetworkSettings
Returns the value of attribute network_settings.
5479 5480 5481 |
# File 'sig/types.rbs', line 5479 def network_settings @network_settings end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
5480 5481 5482 |
# File 'sig/types.rbs', line 5480 def state @state end |