Class: Aws::Glue::Types::QuerySchemaVersionMetadataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::QuerySchemaVersionMetadataResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metadata_info_map ⇒ Hash<String,Types::MetadataInfo>
A map of a metadata key and associated values.
-
#next_token ⇒ String
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
-
#schema_version_id ⇒ String
The unique version ID of the schema version.
Instance Attribute Details
#metadata_info_map ⇒ Hash<String,Types::MetadataInfo>
A map of a metadata key and associated values.
18501 18502 18503 18504 18505 18506 18507 |
# File 'lib/aws-sdk-glue/types.rb', line 18501 class QuerySchemaVersionMetadataResponse < Struct.new( :metadata_info_map, :schema_version_id, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
18501 18502 18503 18504 18505 18506 18507 |
# File 'lib/aws-sdk-glue/types.rb', line 18501 class QuerySchemaVersionMetadataResponse < Struct.new( :metadata_info_map, :schema_version_id, :next_token) SENSITIVE = [] include Aws::Structure end |
#schema_version_id ⇒ String
The unique version ID of the schema version.
18501 18502 18503 18504 18505 18506 18507 |
# File 'lib/aws-sdk-glue/types.rb', line 18501 class QuerySchemaVersionMetadataResponse < Struct.new( :metadata_info_map, :schema_version_id, :next_token) SENSITIVE = [] include Aws::Structure end |