Class: Aws::Types::GetTableRequest

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")])


4148
4149
4150
# File 'sig/types.rbs', line 4148

def attributes_to_get
  @attributes_to_get
end

#audit_contextTypes::AuditContext

Returns the value of attribute audit_context.

Returns:



4146
4147
4148
# File 'sig/types.rbs', line 4146

def audit_context
  @audit_context
end

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


4141
4142
4143
# File 'sig/types.rbs', line 4141

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


4142
4143
4144
# File 'sig/types.rbs', line 4142

def database_name
  @database_name
end

#include_status_detailsBoolean

Returns the value of attribute include_status_details.

Returns:

  • (Boolean)


4147
4148
4149
# File 'sig/types.rbs', line 4147

def include_status_details
  @include_status_details
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4143
4144
4145
# File 'sig/types.rbs', line 4143

def name
  @name
end

#query_as_of_time::Time

Returns the value of attribute query_as_of_time.

Returns:

  • (::Time)


4145
4146
4147
# File 'sig/types.rbs', line 4145

def query_as_of_time
  @query_as_of_time
end

#transaction_id::String

Returns the value of attribute transaction_id.

Returns:

  • (::String)


4144
4145
4146
# File 'sig/types.rbs', line 4144

def transaction_id
  @transaction_id
end