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

#auto_scalingTypes::ClusterAutoScalingConfig

Returns the value of attribute auto_scaling.



11953
11954
11955
# File 'sig/types.rbs', line 11953

def auto_scaling
  @auto_scaling
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


11944
11945
11946
# File 'sig/types.rbs', line 11944

def cluster_name
  @cluster_name
end

#cluster_role::String

Returns the value of attribute cluster_role.

Returns:

  • (::String)


11952
11953
11954
# File 'sig/types.rbs', line 11952

def cluster_role
  @cluster_role
end

#instance_groups::Array[Types::ClusterInstanceGroupSpecification]

Returns the value of attribute instance_groups.



11945
11946
11947
# File 'sig/types.rbs', line 11945

def instance_groups
  @instance_groups
end

#instance_groups_to_delete::Array[::String]

Returns the value of attribute instance_groups_to_delete.

Returns:

  • (::Array[::String])


11950
11951
11952
# File 'sig/types.rbs', line 11950

def instance_groups_to_delete
  @instance_groups_to_delete
end

#node_provisioning_mode"Continuous"

Returns the value of attribute node_provisioning_mode.

Returns:

  • ("Continuous")


11951
11952
11953
# File 'sig/types.rbs', line 11951

def node_provisioning_mode
  @node_provisioning_mode
end

#node_recovery"Automatic", "None"

Returns the value of attribute node_recovery.

Returns:

  • ("Automatic", "None")


11949
11950
11951
# File 'sig/types.rbs', line 11949

def node_recovery
  @node_recovery
end

#orchestratorTypes::ClusterOrchestrator

Returns the value of attribute orchestrator.



11954
11955
11956
# File 'sig/types.rbs', line 11954

def orchestrator
  @orchestrator
end

#restricted_instance_groups::Array[Types::ClusterRestrictedInstanceGroupSpecification]

Returns the value of attribute restricted_instance_groups.



11946
11947
11948
# File 'sig/types.rbs', line 11946

def restricted_instance_groups
  @restricted_instance_groups
end

#restricted_instance_groups_configTypes::ClusterRestrictedInstanceGroupsConfig

Returns the value of attribute restricted_instance_groups_config.



11947
11948
11949
# File 'sig/types.rbs', line 11947

def restricted_instance_groups_config
  @restricted_instance_groups_config
end

#tiered_storage_configTypes::ClusterTieredStorageConfig

Returns the value of attribute tiered_storage_config.



11948
11949
11950
# File 'sig/types.rbs', line 11948

def tiered_storage_config
  @tiered_storage_config
end