Class: Aws::Types::GetTablesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes_to_get::Array[("NAME" | "TABLE_TYPE" | "DEFAULT" | "LATEST_ICEBERG_METADATA")]

Returns the value of attribute attributes_to_get.

Returns:

  • (::Array[("NAME" | "TABLE_TYPE" | "DEFAULT" | "LATEST_ICEBERG_METADATA")])


4197
4198
4199
# File 'sig/types.rbs', line 4197

def attributes_to_get
  @attributes_to_get
end

#audit_contextTypes::AuditContext

Returns the value of attribute audit_context.

Returns:



4195
4196
4197
# File 'sig/types.rbs', line 4195

def audit_context
  @audit_context
end

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


4188
4189
4190
# File 'sig/types.rbs', line 4188

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


4189
4190
4191
# File 'sig/types.rbs', line 4189

def database_name
  @database_name
end

#expression::String

Returns the value of attribute expression.

Returns:

  • (::String)


4190
4191
4192
# File 'sig/types.rbs', line 4190

def expression
  @expression
end

#include_status_detailsBoolean

Returns the value of attribute include_status_details.

Returns:

  • (Boolean)


4196
4197
4198
# File 'sig/types.rbs', line 4196

def include_status_details
  @include_status_details
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4192
4193
4194
# File 'sig/types.rbs', line 4192

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4191
4192
4193
# File 'sig/types.rbs', line 4191

def next_token
  @next_token
end

#query_as_of_time::Time

Returns the value of attribute query_as_of_time.

Returns:

  • (::Time)


4194
4195
4196
# File 'sig/types.rbs', line 4194

def query_as_of_time
  @query_as_of_time
end

#transaction_id::String

Returns the value of attribute transaction_id.

Returns:

  • (::String)


4193
4194
4195
# File 'sig/types.rbs', line 4193

def transaction_id
  @transaction_id
end