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:



15274
15275
15276
15277
15278
# File 'lib/aws-sdk-glue/types.rb', line 15274

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