Class: Aws::Schemas::Types::ListSchemaVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::ListSchemaVersionsResponse
- 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
1089 1090 1091 1092 1093 1094 |
# File 'lib/aws-sdk-schemas/types.rb', line 1089 class ListSchemaVersionsResponse < Struct.new( :next_token, :schema_versions) SENSITIVE = [] include Aws::Structure end |
#schema_versions ⇒ Array<Types::SchemaVersionSummary>
1089 1090 1091 1092 1093 1094 |
# File 'lib/aws-sdk-schemas/types.rb', line 1089 class ListSchemaVersionsResponse < Struct.new( :next_token, :schema_versions) SENSITIVE = [] include Aws::Structure end |