Class: Aws::Glue::Types::GetUnfilteredTableMetadataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetUnfilteredTableMetadataResponse
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorized_columns ⇒ Array<String>
A list of column names that the user has been granted access to.
-
#cell_filters ⇒ Array<Types::ColumnRowFilter>
A list of column row filters.
-
#is_registered_with_lake_formation ⇒ Boolean
A Boolean value that indicates whether the partition location is registered with Lake Formation.
-
#table ⇒ Types::Table
A Table object containing the table metadata.
Instance Attribute Details
#authorized_columns ⇒ Array<String>
A list of column names that the user has been granted access to.
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_filters ⇒ Array<Types::ColumnRowFilter>
A list of column row filters.
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_formation ⇒ Boolean
A Boolean value that indicates whether the partition location is registered with Lake Formation.
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 |
#table ⇒ Types::Table
A Table object containing the table metadata.
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 |