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:



4162
4163
4164
# File 'sig/types.rbs', line 4162

def audit_context
  @audit_context
end

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


4158
4159
4160
# File 'sig/types.rbs', line 4158

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


4159
4160
4161
# File 'sig/types.rbs', line 4159

def database_name
  @database_name
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


4160
4161
4162
# File 'sig/types.rbs', line 4160

def table_name
  @table_name
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


4161
4162
4163
# File 'sig/types.rbs', line 4161

def version_id
  @version_id
end