Class: Aws::Schemas::Types::ListSchemasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::ListSchemasResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#next_token ⇒ String
1146 1147 1148 1149 1150 1151 |
# File 'lib/aws-sdk-schemas/types.rb', line 1146 class ListSchemasResponse < Struct.new( :next_token, :schemas) SENSITIVE = [] include Aws::Structure end |
#schemas ⇒ Array<Types::SchemaSummary>
1146 1147 1148 1149 1150 1151 |
# File 'lib/aws-sdk-schemas/types.rb', line 1146 class ListSchemasResponse < Struct.new( :next_token, :schemas) SENSITIVE = [] include Aws::Structure end |