Class: Aws::Schemas::Types::SearchSchemasOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::SearchSchemasOutput
- 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::SearchSchemaSummary>
An array of SearchSchemaSummary information.
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.
1554 1555 1556 1557 1558 1559 |
# File 'lib/aws-sdk-schemas/types.rb', line 1554 class SearchSchemasOutput < Struct.new( :next_token, :schemas) SENSITIVE = [] include Aws::Structure end |
#schemas ⇒ Array<Types::SearchSchemaSummary>
An array of SearchSchemaSummary information.
1554 1555 1556 1557 1558 1559 |
# File 'lib/aws-sdk-schemas/types.rb', line 1554 class SearchSchemasOutput < Struct.new( :next_token, :schemas) SENSITIVE = [] include Aws::Structure end |