Class: Aws::Glue::Types::GetUnfilteredPartitionMetadataResponse

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


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_formationBoolean

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

Returns:

  • (Boolean)


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

#partitionTypes::Partition

A Partition object containing the partition metadata.

Returns:



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