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

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

#metadata_info_mapHash<String,Types::MetadataInfo>

A map of a metadata key and associated values.

Returns:



17115
17116
17117
17118
17119
17120
17121
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17115

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)


17115
17116
17117
17118
17119
17120
17121
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17115

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)


17115
17116
17117
17118
17119
17120
17121
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17115

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