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.
11601 11602 11603 11604 11605 |
# File 'lib/aws-sdk-glue/types.rb', line 11601 class GetTableVersionResponse < Struct.new( :table_version) SENSITIVE = [] include Aws::Structure end |