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.
20745 20746 20747 20748 20749 20750 20751 |
# File 'lib/aws-sdk-glue/types.rb', line 20745 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.
20745 20746 20747 20748 20749 20750 20751 |
# File 'lib/aws-sdk-glue/types.rb', line 20745 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.
20745 20746 20747 20748 20749 20750 20751 |
# File 'lib/aws-sdk-glue/types.rb', line 20745 class QuerySchemaVersionMetadataResponse < Struct.new( :metadata_info_map, :schema_version_id, :next_token) SENSITIVE = [] include Aws::Structure end |