Class: Aws::Types::UpdateClusterRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


5456
5457
5458
# File 'sig/types.rbs', line 5456

def cluster_id
  @cluster_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5457
5458
5459
# File 'sig/types.rbs', line 5457

def name
  @name
end

#network_settingsTypes::ClusterNetworkSettingsUpdateRequest

Returns the value of attribute network_settings.



5458
5459
5460
# File 'sig/types.rbs', line 5458

def network_settings
  @network_settings
end