Class: Aws::Schemas::Types::ListSchemaVersionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::ListSchemaVersionsOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token that specifies the next page of results to return.
-
#schema_versions ⇒ Array<Types::SchemaVersionSummary>
An array of schema version summaries.
Instance Attribute Details
#next_token ⇒ String
The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
1051 1052 1053 1054 1055 1056 |
# File 'lib/aws-sdk-schemas/types.rb', line 1051 class ListSchemaVersionsOutput < Struct.new( :next_token, :schema_versions) SENSITIVE = [] include Aws::Structure end |
#schema_versions ⇒ Array<Types::SchemaVersionSummary>
An array of schema version summaries.
1051 1052 1053 1054 1055 1056 |
# File 'lib/aws-sdk-schemas/types.rb', line 1051 class ListSchemaVersionsOutput < Struct.new( :next_token, :schema_versions) SENSITIVE = [] include Aws::Structure end |