Class: Aws::Schemas::Types::ListSchemasOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::ListSchemasOutput
- 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.
-
#schemas ⇒ Array<Types::SchemaSummary>
An array of schema 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.
1108 1109 1110 1111 1112 1113 |
# File 'lib/aws-sdk-schemas/types.rb', line 1108 class ListSchemasOutput < Struct.new( :next_token, :schemas) SENSITIVE = [] include Aws::Structure end |
#schemas ⇒ Array<Types::SchemaSummary>
An array of schema summaries.
1108 1109 1110 1111 1112 1113 |
# File 'lib/aws-sdk-schemas/types.rb', line 1108 class ListSchemasOutput < Struct.new( :next_token, :schemas) SENSITIVE = [] include Aws::Structure end |