Class: Aws::Types::GetTableVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audit_contextTypes::AuditContext

Returns the value of attribute audit_context.

Returns:



4172
4173
4174
# File 'sig/types.rbs', line 4172

def audit_context
  @audit_context
end

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


4168
4169
4170
# File 'sig/types.rbs', line 4168

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


4169
4170
4171
# File 'sig/types.rbs', line 4169

def database_name
  @database_name
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


4170
4171
4172
# File 'sig/types.rbs', line 4170

def table_name
  @table_name
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


4171
4172
4173
# File 'sig/types.rbs', line 4171

def version_id
  @version_id
end