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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



15182
15183
15184
15185
15186
# File 'lib/aws-sdk-glue/types.rb', line 15182

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