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.
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.
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.
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.
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.
4171 4172 4173 |
# File 'sig/types.rbs', line 4171 def version_id @version_id end |