Class: Aws::Types::UpdateAccountSettingsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#max_query_tcu::Integer

Returns the value of attribute max_query_tcu.

Returns:



504
505
506
# File 'sig/types.rbs', line 504

def max_query_tcu
  @max_query_tcu
end

#query_computeTypes::QueryComputeRequest

Returns the value of attribute query_compute.

Returns:



506
507
508
# File 'sig/types.rbs', line 506

def query_compute
  @query_compute
end

#query_pricing_model"BYTES_SCANNED", "COMPUTE_UNITS"

Returns the value of attribute query_pricing_model.

Returns:



505
506
507
# File 'sig/types.rbs', line 505

def query_pricing_model
  @query_pricing_model
end