Class: Aws::Types::UpdateWorkgroupRequest

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)


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.

Returns:



1138
1139
1140
# File 'sig/types.rbs', line 1138

def config_parameters
  @config_parameters
end

#enhanced_vpc_routingBoolean

Returns the value of attribute enhanced_vpc_routing.

Returns:

  • (Boolean)


1139
1140
1141
# File 'sig/types.rbs', line 1139

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1142
1143
1144
# File 'sig/types.rbs', line 1142

def max_capacity
  @max_capacity
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1143
1144
1145
# File 'sig/types.rbs', line 1143

def port
  @port
end

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

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1149
1150
1151
# File 'sig/types.rbs', line 1149

def workgroup_name
  @workgroup_name
end