Class: Aws::Schemas::Types::SearchSchemasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::SearchSchemasResponse
- Defined in:
- gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#next_token ⇒ String
1592 1593 1594 1595 1596 1597 |
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1592 class SearchSchemasResponse < Struct.new( :next_token, :schemas) SENSITIVE = [] include Aws::Structure end |
#schemas ⇒ Array<Types::SearchSchemaSummary>
1592 1593 1594 1595 1596 1597 |
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1592 class SearchSchemasResponse < Struct.new( :next_token, :schemas) SENSITIVE = [] include Aws::Structure end |