Class: Aws::Types::CreateWorkgroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkgroupRequest
- 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.
-
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
178 179 180 |
# File 'sig/types.rbs', line 178 def base_capacity @base_capacity end |
#config_parameters ⇒ ::Array[Types::ConfigParameter]
Returns the value of attribute config_parameters.
179 180 181 |
# File 'sig/types.rbs', line 179 def config_parameters @config_parameters end |
#enhanced_vpc_routing ⇒ Boolean
Returns the value of attribute enhanced_vpc_routing.
180 181 182 |
# File 'sig/types.rbs', line 180 def enhanced_vpc_routing @enhanced_vpc_routing end |
#extra_compute_for_automatic_optimization ⇒ Boolean
Returns the value of attribute extra_compute_for_automatic_optimization.
181 182 183 |
# File 'sig/types.rbs', line 181 def extra_compute_for_automatic_optimization @extra_compute_for_automatic_optimization end |
#ip_address_type ⇒ ::String
Returns the value of attribute ip_address_type.
182 183 184 |
# File 'sig/types.rbs', line 182 def ip_address_type @ip_address_type end |
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
183 184 185 |
# File 'sig/types.rbs', line 183 def max_capacity @max_capacity end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
184 185 186 |
# File 'sig/types.rbs', line 184 def namespace_name @namespace_name end |
#port ⇒ ::Integer
Returns the value of attribute port.
185 186 187 |
# File 'sig/types.rbs', line 185 def port @port end |
#price_performance_target ⇒ Types::PerformanceTarget
Returns the value of attribute price_performance_target.
186 187 188 |
# File 'sig/types.rbs', line 186 def price_performance_target @price_performance_target end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
187 188 189 |
# File 'sig/types.rbs', line 187 def publicly_accessible @publicly_accessible end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
188 189 190 |
# File 'sig/types.rbs', line 188 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
189 190 191 |
# File 'sig/types.rbs', line 189 def subnet_ids @subnet_ids end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
190 191 192 |
# File 'sig/types.rbs', line 190 def @tags end |
#track_name ⇒ ::String
Returns the value of attribute track_name.
191 192 193 |
# File 'sig/types.rbs', line 191 def track_name @track_name end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
192 193 194 |
# File 'sig/types.rbs', line 192 def workgroup_name @workgroup_name end |