Class: Aws::RedshiftDataAPIService::Types::TableMember

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

Overview

The properties of a table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the table.

Returns:

  • (String)


1383
1384
1385
1386
1387
1388
1389
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 1383

class TableMember < Struct.new(
  :name,
  :schema,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#schemaString

The schema containing the table.

Returns:

  • (String)


1383
1384
1385
1386
1387
1388
1389
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 1383

class TableMember < Struct.new(
  :name,
  :schema,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the table. Possible values include TABLE, VIEW, SYSTEM TABLE, GLOBAL TEMPORARY, LOCAL TEMPORARY, ALIAS, and SYNONYM.

Returns:

  • (String)


1383
1384
1385
1386
1387
1388
1389
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 1383

class TableMember < Struct.new(
  :name,
  :schema,
  :type)
  SENSITIVE = []
  include Aws::Structure
end