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>)


14952
14953
14954
14955
14956
14957
14958
14959
14960
14961
14962
14963
14964
14965
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14952

class GetUnfilteredTableMetadataResponse < Struct.new(
  :table,
  :authorized_columns,
  :is_registered_with_lake_formation,
  :cell_filters,
  :query_authorization_id,
  :is_multi_dialect_view,
  :resource_arn,
  :is_protected,
  :permissions,
  :row_filter)
  SENSITIVE = []
  include Aws::Structure
end

#cell_filtersArray<Types::ColumnRowFilter>

A list of column row filters.

Returns:



14952
14953
14954
14955
14956
14957
14958
14959
14960
14961
14962
14963
14964
14965
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14952

class GetUnfilteredTableMetadataResponse < Struct.new(
  :table,
  :authorized_columns,
  :is_registered_with_lake_formation,
  :cell_filters,
  :query_authorization_id,
  :is_multi_dialect_view,
  :resource_arn,
  :is_protected,
  :permissions,
  :row_filter)
  SENSITIVE = []
  include Aws::Structure
end

#is_multi_dialect_viewBoolean

Specifies whether the view supports the SQL dialects of one or more different query engines and can therefore be read by those engines.

Returns:

  • (Boolean)


14952
14953
14954
14955
14956
14957
14958
14959
14960
14961
14962
14963
14964
14965
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14952

class GetUnfilteredTableMetadataResponse < Struct.new(
  :table,
  :authorized_columns,
  :is_registered_with_lake_formation,
  :cell_filters,
  :query_authorization_id,
  :is_multi_dialect_view,
  :resource_arn,
  :is_protected,
  :permissions,
  :row_filter)
  SENSITIVE = []
  include Aws::Structure
end

#is_protectedBoolean

A flag that instructs the engine not to push user-provided operations into the logical plan of the view during query planning. However, if set this flag does not guarantee that the engine will comply. Refer to the engine's documentation to understand the guarantees provided, if any.

Returns:

  • (Boolean)


14952
14953
14954
14955
14956
14957
14958
14959
14960
14961
14962
14963
14964
14965
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14952

class GetUnfilteredTableMetadataResponse < Struct.new(
  :table,
  :authorized_columns,
  :is_registered_with_lake_formation,
  :cell_filters,
  :query_authorization_id,
  :is_multi_dialect_view,
  :resource_arn,
  :is_protected,
  :permissions,
  :row_filter)
  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)


14952
14953
14954
14955
14956
14957
14958
14959
14960
14961
14962
14963
14964
14965
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14952

class GetUnfilteredTableMetadataResponse < Struct.new(
  :table,
  :authorized_columns,
  :is_registered_with_lake_formation,
  :cell_filters,
  :query_authorization_id,
  :is_multi_dialect_view,
  :resource_arn,
  :is_protected,
  :permissions,
  :row_filter)
  SENSITIVE = []
  include Aws::Structure
end

#permissionsArray<String>

The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.

Returns:

  • (Array<String>)


14952
14953
14954
14955
14956
14957
14958
14959
14960
14961
14962
14963
14964
14965
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14952

class GetUnfilteredTableMetadataResponse < Struct.new(
  :table,
  :authorized_columns,
  :is_registered_with_lake_formation,
  :cell_filters,
  :query_authorization_id,
  :is_multi_dialect_view,
  :resource_arn,
  :is_protected,
  :permissions,
  :row_filter)
  SENSITIVE = []
  include Aws::Structure
end

#query_authorization_idString

A cryptographically generated query identifier generated by Glue or Lake Formation.

Returns:

  • (String)


14952
14953
14954
14955
14956
14957
14958
14959
14960
14961
14962
14963
14964
14965
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14952

class GetUnfilteredTableMetadataResponse < Struct.new(
  :table,
  :authorized_columns,
  :is_registered_with_lake_formation,
  :cell_filters,
  :query_authorization_id,
  :is_multi_dialect_view,
  :resource_arn,
  :is_protected,
  :permissions,
  :row_filter)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The resource ARN of the parent resource extracted from the request.

Returns:

  • (String)


14952
14953
14954
14955
14956
14957
14958
14959
14960
14961
14962
14963
14964
14965
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14952

class GetUnfilteredTableMetadataResponse < Struct.new(
  :table,
  :authorized_columns,
  :is_registered_with_lake_formation,
  :cell_filters,
  :query_authorization_id,
  :is_multi_dialect_view,
  :resource_arn,
  :is_protected,
  :permissions,
  :row_filter)
  SENSITIVE = []
  include Aws::Structure
end

#row_filterString

The filter that applies to the table. For example when applying the filter in SQL, it would go in the WHERE clause and can be evaluated by using an AND operator with any other predicates applied by the user querying the table.

Returns:

  • (String)


14952
14953
14954
14955
14956
14957
14958
14959
14960
14961
14962
14963
14964
14965
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14952

class GetUnfilteredTableMetadataResponse < Struct.new(
  :table,
  :authorized_columns,
  :is_registered_with_lake_formation,
  :cell_filters,
  :query_authorization_id,
  :is_multi_dialect_view,
  :resource_arn,
  :is_protected,
  :permissions,
  :row_filter)
  SENSITIVE = []
  include Aws::Structure
end

#tableTypes::Table

A Table object containing the table metadata.

Returns:



14952
14953
14954
14955
14956
14957
14958
14959
14960
14961
14962
14963
14964
14965
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14952

class GetUnfilteredTableMetadataResponse < Struct.new(
  :table,
  :authorized_columns,
  :is_registered_with_lake_formation,
  :cell_filters,
  :query_authorization_id,
  :is_multi_dialect_view,
  :resource_arn,
  :is_protected,
  :permissions,
  :row_filter)
  SENSITIVE = []
  include Aws::Structure
end