Class: Aws::Glue::Types::GetTableResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetTableResponse
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#table ⇒ Types::Table
The
Tableobject that defines the specified table.
Instance Attribute Details
#table ⇒ Types::Table
The Table object that defines the specified table.
14692 14693 14694 14695 14696 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14692 class GetTableResponse < Struct.new( :table) SENSITIVE = [] include Aws::Structure end |