Class: Aws::Glue::Types::ListSchemaVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListSchemaVersionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
-
#schemas ⇒ Array<Types::SchemaVersionListItem>
An array of ‘SchemaVersionList` objects containing details of each schema version.
Instance Attribute Details
#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.
18475 18476 18477 18478 18479 18480 |
# File 'lib/aws-sdk-glue/types.rb', line 18475 class ListSchemaVersionsResponse < Struct.new( :schemas, :next_token) SENSITIVE = [] include Aws::Structure end |
#schemas ⇒ Array<Types::SchemaVersionListItem>
An array of ‘SchemaVersionList` objects containing details of each schema version.
18475 18476 18477 18478 18479 18480 |
# File 'lib/aws-sdk-glue/types.rb', line 18475 class ListSchemaVersionsResponse < Struct.new( :schemas, :next_token) SENSITIVE = [] include Aws::Structure end |