Class: Aws::Types::UpdateWorkgroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkgroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_capacity ⇒ ::Integer
Returns the value of attribute base_capacity.
-
#config_parameters ⇒ ::Array[Types::ConfigParameter]
Returns the value of attribute config_parameters.
-
#enhanced_vpc_routing ⇒ Boolean
Returns the value of attribute enhanced_vpc_routing.
-
#extra_compute_for_automatic_optimization ⇒ Boolean
Returns the value of attribute extra_compute_for_automatic_optimization.
-
#ip_address_type ⇒ ::String
Returns the value of attribute ip_address_type.
-
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#price_performance_target ⇒ Types::PerformanceTarget
Returns the value of attribute price_performance_target.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#track_name ⇒ ::String
Returns the value of attribute track_name.
-
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
Instance Attribute Details
#base_capacity ⇒ ::Integer
Returns the value of attribute base_capacity.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def base_capacity @base_capacity end |
#config_parameters ⇒ ::Array[Types::ConfigParameter]
Returns the value of attribute config_parameters.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def config_parameters @config_parameters end |
#enhanced_vpc_routing ⇒ Boolean
Returns the value of attribute enhanced_vpc_routing.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def enhanced_vpc_routing @enhanced_vpc_routing end |
#extra_compute_for_automatic_optimization ⇒ Boolean
Returns the value of attribute extra_compute_for_automatic_optimization.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def extra_compute_for_automatic_optimization @extra_compute_for_automatic_optimization end |
#ip_address_type ⇒ ::String
Returns the value of attribute ip_address_type.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def ip_address_type @ip_address_type end |
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def max_capacity @max_capacity end |
#port ⇒ ::Integer
Returns the value of attribute port.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def port @port end |
#price_performance_target ⇒ Types::PerformanceTarget
Returns the value of attribute price_performance_target.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def price_performance_target @price_performance_target end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def publicly_accessible @publicly_accessible end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def subnet_ids @subnet_ids end |
#track_name ⇒ ::String
Returns the value of attribute track_name.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def track_name @track_name end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def workgroup_name @workgroup_name end |