Class: Aws::Types::GetTableVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTableVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audit_context ⇒ Types::AuditContext
Returns the value of attribute audit_context.
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#audit_context ⇒ Types::AuditContext
Returns the value of attribute audit_context.
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.
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.
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.
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.
4142 4143 4144 |
# File 'sig/types.rbs', line 4142 def version_id @version_id end |