Class: Aws::Types::QueryPlanningContext

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


877
878
879
# File 'sig/types.rbs', line 877

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


878
879
880
# File 'sig/types.rbs', line 878

def database_name
  @database_name
end

#query_as_of_time::Time

Returns the value of attribute query_as_of_time.

Returns:

  • (::Time)


879
880
881
# File 'sig/types.rbs', line 879

def query_as_of_time
  @query_as_of_time
end

#query_parameters::Hash[::String, ::String]

Returns the value of attribute query_parameters.

Returns:

  • (::Hash[::String, ::String])


880
881
882
# File 'sig/types.rbs', line 880

def query_parameters
  @query_parameters
end

#transaction_id::String

Returns the value of attribute transaction_id.

Returns:

  • (::String)


881
882
883
# File 'sig/types.rbs', line 881

def transaction_id
  @transaction_id
end