Class: Aws::Glue::Types::QuerySchemaVersionMetadataResponse

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

#metadata_info_mapHash<String,Types::MetadataInfo>

A map of a metadata key and associated values.

Returns:



17724
17725
17726
17727
17728
17729
17730
# File 'lib/aws-sdk-glue/types.rb', line 17724

class QuerySchemaVersionMetadataResponse < Struct.new(
  :metadata_info_map,
  :schema_version_id,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

Returns:

  • (String)


17724
17725
17726
17727
17728
17729
17730
# File 'lib/aws-sdk-glue/types.rb', line 17724

class QuerySchemaVersionMetadataResponse < Struct.new(
  :metadata_info_map,
  :schema_version_id,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#schema_version_idString

The unique version ID of the schema version.

Returns:

  • (String)


17724
17725
17726
17727
17728
17729
17730
# File 'lib/aws-sdk-glue/types.rb', line 17724

class QuerySchemaVersionMetadataResponse < Struct.new(
  :metadata_info_map,
  :schema_version_id,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end