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.
16434 16435 16436 16437 16438 16439 |
# File 'lib/aws-sdk-glue/types.rb', line 16434 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.
16434 16435 16436 16437 16438 16439 |
# File 'lib/aws-sdk-glue/types.rb', line 16434 class ListSchemaVersionsResponse < Struct.new( :schemas, :next_token) SENSITIVE = [] include Aws::Structure end |