Class: Aws::Glue::Types::GetUnfilteredPartitionMetadataRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audit_contextTypes::AuditContext

A structure containing Lake Formation audit context information.

Returns:



11874
11875
11876
11877
11878
11879
11880
11881
11882
11883
11884
11885
# File 'lib/aws-sdk-glue/types.rb', line 11874

class GetUnfilteredPartitionMetadataRequest < Struct.new(
  :region,
  :catalog_id,
  :database_name,
  :table_name,
  :partition_values,
  :audit_context,
  :supported_permission_types,
  :query_session_context)
  SENSITIVE = []
  include Aws::Structure
end

#catalog_idString

The catalog ID where the partition resides.

Returns:

  • (String)


11874
11875
11876
11877
11878
11879
11880
11881
11882
11883
11884
11885
# File 'lib/aws-sdk-glue/types.rb', line 11874

class GetUnfilteredPartitionMetadataRequest < Struct.new(
  :region,
  :catalog_id,
  :database_name,
  :table_name,
  :partition_values,
  :audit_context,
  :supported_permission_types,
  :query_session_context)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

(Required) Specifies the name of a database that contains the partition.

Returns:

  • (String)


11874
11875
11876
11877
11878
11879
11880
11881
11882
11883
11884
11885
# File 'lib/aws-sdk-glue/types.rb', line 11874

class GetUnfilteredPartitionMetadataRequest < Struct.new(
  :region,
  :catalog_id,
  :database_name,
  :table_name,
  :partition_values,
  :audit_context,
  :supported_permission_types,
  :query_session_context)
  SENSITIVE = []
  include Aws::Structure
end

#partition_valuesArray<String>

(Required) A list of partition key values.

Returns:

  • (Array<String>)


11874
11875
11876
11877
11878
11879
11880
11881
11882
11883
11884
11885
# File 'lib/aws-sdk-glue/types.rb', line 11874

class GetUnfilteredPartitionMetadataRequest < Struct.new(
  :region,
  :catalog_id,
  :database_name,
  :table_name,
  :partition_values,
  :audit_context,
  :supported_permission_types,
  :query_session_context)
  SENSITIVE = []
  include Aws::Structure
end

#query_session_contextTypes::QuerySessionContext

A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request’s authorization context.



11874
11875
11876
11877
11878
11879
11880
11881
11882
11883
11884
11885
# File 'lib/aws-sdk-glue/types.rb', line 11874

class GetUnfilteredPartitionMetadataRequest < Struct.new(
  :region,
  :catalog_id,
  :database_name,
  :table_name,
  :partition_values,
  :audit_context,
  :supported_permission_types,
  :query_session_context)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

Specified only if the base tables belong to a different Amazon Web Services Region.

Returns:

  • (String)


11874
11875
11876
11877
11878
11879
11880
11881
11882
11883
11884
11885
# File 'lib/aws-sdk-glue/types.rb', line 11874

class GetUnfilteredPartitionMetadataRequest < Struct.new(
  :region,
  :catalog_id,
  :database_name,
  :table_name,
  :partition_values,
  :audit_context,
  :supported_permission_types,
  :query_session_context)
  SENSITIVE = []
  include Aws::Structure
end

#supported_permission_typesArray<String>

(Required) A list of supported permission types.

Returns:

  • (Array<String>)


11874
11875
11876
11877
11878
11879
11880
11881
11882
11883
11884
11885
# File 'lib/aws-sdk-glue/types.rb', line 11874

class GetUnfilteredPartitionMetadataRequest < Struct.new(
  :region,
  :catalog_id,
  :database_name,
  :table_name,
  :partition_values,
  :audit_context,
  :supported_permission_types,
  :query_session_context)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

(Required) Specifies the name of a table that contains the partition.

Returns:

  • (String)


11874
11875
11876
11877
11878
11879
11880
11881
11882
11883
11884
11885
# File 'lib/aws-sdk-glue/types.rb', line 11874

class GetUnfilteredPartitionMetadataRequest < Struct.new(
  :region,
  :catalog_id,
  :database_name,
  :table_name,
  :partition_values,
  :audit_context,
  :supported_permission_types,
  :query_session_context)
  SENSITIVE = []
  include Aws::Structure
end