Class: Aws::Glue::Types::GetUnfilteredPartitionMetadataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetUnfilteredPartitionMetadataResponse
- 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.
-
#is_registered_with_lake_formation ⇒ Boolean
A Boolean value that indicates whether the partition location is registered with Lake Formation.
-
#partition ⇒ Types::Partition
A Partition object containing the partition metadata.
Instance Attribute Details
#authorized_columns ⇒ Array<String>
A list of column names that the user has been granted access to.
11868 11869 11870 11871 11872 11873 11874 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11868 class GetUnfilteredPartitionMetadataResponse < Struct.new( :partition, :authorized_columns, :is_registered_with_lake_formation) 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.
11868 11869 11870 11871 11872 11873 11874 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11868 class GetUnfilteredPartitionMetadataResponse < Struct.new( :partition, :authorized_columns, :is_registered_with_lake_formation) SENSITIVE = [] include Aws::Structure end |
#partition ⇒ Types::Partition
A Partition object containing the partition metadata.
11868 11869 11870 11871 11872 11873 11874 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11868 class GetUnfilteredPartitionMetadataResponse < Struct.new( :partition, :authorized_columns, :is_registered_with_lake_formation) SENSITIVE = [] include Aws::Structure end |