Class: Aws::Schemas::Types::ListSchemaVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::ListSchemaVersionsResponse
- 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
1252 1253 1254 1255 1256 1257 |
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1252 class ListSchemaVersionsResponse < Struct.new( :next_token, :schema_versions) SENSITIVE = [] include Aws::Structure end |
#schema_versions ⇒ Array<Types::SchemaVersionSummary>
1252 1253 1254 1255 1256 1257 |
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1252 class ListSchemaVersionsResponse < Struct.new( :next_token, :schema_versions) SENSITIVE = [] include Aws::Structure end |