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.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def base_capacity @base_capacity end |
#config_parameters ⇒ ::Array[Types::ConfigParameter]
Returns the value of attribute config_parameters.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def config_parameters @config_parameters end |
#enhanced_vpc_routing ⇒ Boolean
Returns the value of attribute enhanced_vpc_routing.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def enhanced_vpc_routing @enhanced_vpc_routing end |
#extra_compute_for_automatic_optimization ⇒ Boolean
Returns the value of attribute extra_compute_for_automatic_optimization.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def extra_compute_for_automatic_optimization @extra_compute_for_automatic_optimization end |
#ip_address_type ⇒ ::String
Returns the value of attribute ip_address_type.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def ip_address_type @ip_address_type end |
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def max_capacity @max_capacity end |
#port ⇒ ::Integer
Returns the value of attribute port.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def port @port end |
#price_performance_target ⇒ Types::PerformanceTarget
Returns the value of attribute price_performance_target.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def price_performance_target @price_performance_target end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def publicly_accessible @publicly_accessible end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def subnet_ids @subnet_ids end |
#track_name ⇒ ::String
Returns the value of attribute track_name.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def track_name @track_name end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def workgroup_name @workgroup_name end |