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.
18508 18509 18510 18511 18512 18513 18514 |
# File 'lib/aws-sdk-glue/types.rb', line 18508 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.
18508 18509 18510 18511 18512 18513 18514 |
# File 'lib/aws-sdk-glue/types.rb', line 18508 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.
18508 18509 18510 18511 18512 18513 18514 |
# File 'lib/aws-sdk-glue/types.rb', line 18508 class QuerySchemaVersionMetadataResponse < Struct.new( :metadata_info_map, :schema_version_id, :next_token) SENSITIVE = [] include Aws::Structure end |