Class: Aws::Types::UpdateClusterRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateClusterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_settings ⇒ Types::ClusterNetworkSettingsUpdateRequest
Returns the value of attribute network_settings.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
5466 5467 5468 |
# File 'sig/types.rbs', line 5466 def cluster_id @cluster_id end |
#name ⇒ ::String
Returns the value of attribute name.
5467 5468 5469 |
# File 'sig/types.rbs', line 5467 def name @name end |
#network_settings ⇒ Types::ClusterNetworkSettingsUpdateRequest
Returns the value of attribute network_settings.
5468 5469 5470 |
# File 'sig/types.rbs', line 5468 def network_settings @network_settings end |