Class: Aws::Types::UpdateClusterRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateClusterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling ⇒ Types::ClusterAutoScalingConfig
Returns the value of attribute auto_scaling.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#cluster_role ⇒ ::String
Returns the value of attribute cluster_role.
-
#instance_groups ⇒ ::Array[Types::ClusterInstanceGroupSpecification]
Returns the value of attribute instance_groups.
-
#instance_groups_to_delete ⇒ ::Array[::String]
Returns the value of attribute instance_groups_to_delete.
-
#node_provisioning_mode ⇒ "Continuous"
Returns the value of attribute node_provisioning_mode.
-
#node_recovery ⇒ "Automatic", "None"
Returns the value of attribute node_recovery.
-
#orchestrator ⇒ Types::ClusterOrchestrator
Returns the value of attribute orchestrator.
-
#restricted_instance_groups ⇒ ::Array[Types::ClusterRestrictedInstanceGroupSpecification]
Returns the value of attribute restricted_instance_groups.
-
#restricted_instance_groups_config ⇒ Types::ClusterRestrictedInstanceGroupsConfig
Returns the value of attribute restricted_instance_groups_config.
-
#tiered_storage_config ⇒ Types::ClusterTieredStorageConfig
Returns the value of attribute tiered_storage_config.
Instance Attribute Details
#auto_scaling ⇒ Types::ClusterAutoScalingConfig
Returns the value of attribute auto_scaling.
12014 12015 12016 |
# File 'sig/types.rbs', line 12014 def auto_scaling @auto_scaling end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
12005 12006 12007 |
# File 'sig/types.rbs', line 12005 def cluster_name @cluster_name end |
#cluster_role ⇒ ::String
Returns the value of attribute cluster_role.
12013 12014 12015 |
# File 'sig/types.rbs', line 12013 def cluster_role @cluster_role end |
#instance_groups ⇒ ::Array[Types::ClusterInstanceGroupSpecification]
Returns the value of attribute instance_groups.
12006 12007 12008 |
# File 'sig/types.rbs', line 12006 def instance_groups @instance_groups end |
#instance_groups_to_delete ⇒ ::Array[::String]
Returns the value of attribute instance_groups_to_delete.
12011 12012 12013 |
# File 'sig/types.rbs', line 12011 def instance_groups_to_delete @instance_groups_to_delete end |
#node_provisioning_mode ⇒ "Continuous"
Returns the value of attribute node_provisioning_mode.
12012 12013 12014 |
# File 'sig/types.rbs', line 12012 def node_provisioning_mode @node_provisioning_mode end |
#node_recovery ⇒ "Automatic", "None"
Returns the value of attribute node_recovery.
12010 12011 12012 |
# File 'sig/types.rbs', line 12010 def node_recovery @node_recovery end |
#orchestrator ⇒ Types::ClusterOrchestrator
Returns the value of attribute orchestrator.
12015 12016 12017 |
# File 'sig/types.rbs', line 12015 def orchestrator @orchestrator end |
#restricted_instance_groups ⇒ ::Array[Types::ClusterRestrictedInstanceGroupSpecification]
Returns the value of attribute restricted_instance_groups.
12007 12008 12009 |
# File 'sig/types.rbs', line 12007 def restricted_instance_groups @restricted_instance_groups end |
#restricted_instance_groups_config ⇒ Types::ClusterRestrictedInstanceGroupsConfig
Returns the value of attribute restricted_instance_groups_config.
12008 12009 12010 |
# File 'sig/types.rbs', line 12008 def restricted_instance_groups_config @restricted_instance_groups_config end |
#tiered_storage_config ⇒ Types::ClusterTieredStorageConfig
Returns the value of attribute tiered_storage_config.
12009 12010 12011 |
# File 'sig/types.rbs', line 12009 def tiered_storage_config @tiered_storage_config end |