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:



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

def audit_context
  @audit_context
end

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


4139
4140
4141
# File 'sig/types.rbs', line 4139

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


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

def database_name
  @database_name
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


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

def table_name
  @table_name
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


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

def version_id
  @version_id
end