Class: Aws::Schemas::Types::ListSchemasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::ListSchemasRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#limit ⇒ Integer
1129 1130 1131 1132 1133 1134 1135 1136 |
# File 'lib/aws-sdk-schemas/types.rb', line 1129 class ListSchemasRequest < Struct.new( :limit, :next_token, :registry_name, :schema_name_prefix) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
1129 1130 1131 1132 1133 1134 1135 1136 |
# File 'lib/aws-sdk-schemas/types.rb', line 1129 class ListSchemasRequest < Struct.new( :limit, :next_token, :registry_name, :schema_name_prefix) SENSITIVE = [] include Aws::Structure end |
#registry_name ⇒ String
1129 1130 1131 1132 1133 1134 1135 1136 |
# File 'lib/aws-sdk-schemas/types.rb', line 1129 class ListSchemasRequest < Struct.new( :limit, :next_token, :registry_name, :schema_name_prefix) SENSITIVE = [] include Aws::Structure end |
#schema_name_prefix ⇒ String
1129 1130 1131 1132 1133 1134 1135 1136 |
# File 'lib/aws-sdk-schemas/types.rb', line 1129 class ListSchemasRequest < Struct.new( :limit, :next_token, :registry_name, :schema_name_prefix) SENSITIVE = [] include Aws::Structure end |