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.
5456 5457 5458 |
# File 'sig/types.rbs', line 5456 def cluster_id @cluster_id end |
#name ⇒ ::String
Returns the value of attribute name.
5457 5458 5459 |
# File 'sig/types.rbs', line 5457 def name @name end |
#network_settings ⇒ Types::ClusterNetworkSettingsUpdateRequest
Returns the value of attribute network_settings.
5458 5459 5460 |
# File 'sig/types.rbs', line 5458 def network_settings @network_settings end |