Class: Aws::Types::DescribeAccountSettingsResponse

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:

  • (::Integer)


80
81
82
# File 'sig/types.rbs', line 80

def max_query_tcu
  @max_query_tcu
end

#query_computeTypes::QueryComputeResponse

Returns the value of attribute query_compute.



82
83
84
# File 'sig/types.rbs', line 82

def query_compute
  @query_compute
end

#query_pricing_model"BYTES_SCANNED", "COMPUTE_UNITS"

Returns the value of attribute query_pricing_model.

Returns:

  • ("BYTES_SCANNED", "COMPUTE_UNITS")


81
82
83
# File 'sig/types.rbs', line 81

def query_pricing_model
  @query_pricing_model
end