Class: Aws::Glue::Types::GetTableVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetTableVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#table_version ⇒ Types::TableVersion
The requested table version.
Instance Attribute Details
#table_version ⇒ Types::TableVersion
The requested table version.
12331 12332 12333 12334 12335 |
# File 'lib/aws-sdk-glue/types.rb', line 12331 class GetTableVersionResponse < Struct.new( :table_version) SENSITIVE = [] include Aws::Structure end |