Class: Aws::Schemas::Types::ListSchemaVersionsResponse

Inherits:
Struct
  • Object
show all
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_tokenString

Returns:

  • (String)


1089
1090
1091
1092
1093
1094
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1089

class ListSchemaVersionsResponse < Struct.new(
  :next_token,
  :schema_versions)
  SENSITIVE = []
  include Aws::Structure
end

#schema_versionsArray<Types::SchemaVersionSummary>

Returns:



1089
1090
1091
1092
1093
1094
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1089

class ListSchemaVersionsResponse < Struct.new(
  :next_token,
  :schema_versions)
  SENSITIVE = []
  include Aws::Structure
end