Class: Aws::Glue::Types::GetTableResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tableTypes::Table

The Table object that defines the specified table.

Returns:



11574
11575
11576
11577
11578
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11574

class GetTableResponse < Struct.new(
  :table)
  SENSITIVE = []
  include Aws::Structure
end