Class: Aws::Types::CreateWorkgroupRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#base_capacity::Integer

Returns the value of attribute base_capacity.

Returns:

  • (::Integer)


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.

Returns:



179
180
181
# File 'sig/types.rbs', line 179

def config_parameters
  @config_parameters
end

#enhanced_vpc_routingBoolean

Returns the value of attribute enhanced_vpc_routing.

Returns:

  • (Boolean)


180
181
182
# File 'sig/types.rbs', line 180

def enhanced_vpc_routing
  @enhanced_vpc_routing
end

#extra_compute_for_automatic_optimizationBoolean

Returns the value of attribute extra_compute_for_automatic_optimization.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def namespace_name
  @namespace_name
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


185
186
187
# File 'sig/types.rbs', line 185

def port
  @port
end

#price_performance_targetTypes::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_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:



190
191
192
# File 'sig/types.rbs', line 190

def tags
  @tags
end

#track_name::String

Returns the value of attribute track_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def workgroup_name
  @workgroup_name
end