Class: Aws::Glue::Types::GetUnfilteredTableMetadataResponse

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

#authorized_columnsArray<String>

A list of column names that the user has been granted access to.

Returns:

  • (Array<String>)


10868
10869
10870
10871
10872
10873
10874
10875
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10868

class GetUnfilteredTableMetadataResponse < Struct.new(
  :table,
  :authorized_columns,
  :is_registered_with_lake_formation,
  :cell_filters)
  SENSITIVE = []
  include Aws::Structure
end

#cell_filtersArray<Types::ColumnRowFilter>

A list of column row filters.

Returns:



10868
10869
10870
10871
10872
10873
10874
10875
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10868

class GetUnfilteredTableMetadataResponse < Struct.new(
  :table,
  :authorized_columns,
  :is_registered_with_lake_formation,
  :cell_filters)
  SENSITIVE = []
  include Aws::Structure
end

#is_registered_with_lake_formationBoolean

A Boolean value that indicates whether the partition location is registered with Lake Formation.

Returns:

  • (Boolean)


10868
10869
10870
10871
10872
10873
10874
10875
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10868

class GetUnfilteredTableMetadataResponse < Struct.new(
  :table,
  :authorized_columns,
  :is_registered_with_lake_formation,
  :cell_filters)
  SENSITIVE = []
  include Aws::Structure
end

#tableTypes::Table

A Table object containing the table metadata.

Returns:



10868
10869
10870
10871
10872
10873
10874
10875
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10868

class GetUnfilteredTableMetadataResponse < Struct.new(
  :table,
  :authorized_columns,
  :is_registered_with_lake_formation,
  :cell_filters)
  SENSITIVE = []
  include Aws::Structure
end