Class: Aws::Schemas::Types::SearchSchemasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::SearchSchemasRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#keywords ⇒ String
1575 1576 1577 1578 1579 1580 1581 1582 |
# File 'lib/aws-sdk-schemas/types.rb', line 1575 class SearchSchemasRequest < Struct.new( :keywords, :limit, :next_token, :registry_name) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
1575 1576 1577 1578 1579 1580 1581 1582 |
# File 'lib/aws-sdk-schemas/types.rb', line 1575 class SearchSchemasRequest < Struct.new( :keywords, :limit, :next_token, :registry_name) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
1575 1576 1577 1578 1579 1580 1581 1582 |
# File 'lib/aws-sdk-schemas/types.rb', line 1575 class SearchSchemasRequest < Struct.new( :keywords, :limit, :next_token, :registry_name) SENSITIVE = [] include Aws::Structure end |
#registry_name ⇒ String
1575 1576 1577 1578 1579 1580 1581 1582 |
# File 'lib/aws-sdk-schemas/types.rb', line 1575 class SearchSchemasRequest < Struct.new( :keywords, :limit, :next_token, :registry_name) SENSITIVE = [] include Aws::Structure end |