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)


5466
5467
5468
# File 'sig/types.rbs', line 5466

def cluster_id
  @cluster_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5467
5468
5469
# File 'sig/types.rbs', line 5467

def name
  @name
end

#network_settingsTypes::ClusterNetworkSettingsUpdateRequest

Returns the value of attribute network_settings.



5468
5469
5470
# File 'sig/types.rbs', line 5468

def network_settings
  @network_settings
end