Class: Aws::Schemas::Types::SearchSchemaVersionSummary

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-schemas/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_date ⇒ Time

The date the schema version was created.

Returns:



1534
1535
1536
1537
1538
1539
1540
# File 'lib/aws-sdk-schemas/types.rb', line 1534

class SearchSchemaVersionSummary < Struct.new(
  :created_date,
  :schema_version,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#schema_version ⇒ String

The version number of the schema

Returns:



1534
1535
1536
1537
1538
1539
1540
# File 'lib/aws-sdk-schemas/types.rb', line 1534

class SearchSchemaVersionSummary < Struct.new(
  :created_date,
  :schema_version,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#type ⇒ String

Returns:



1534
1535
1536
1537
1538
1539
1540
# File 'lib/aws-sdk-schemas/types.rb', line 1534

class SearchSchemaVersionSummary < Struct.new(
  :created_date,
  :schema_version,
  :type)
  SENSITIVE = []
  include Aws::Structure
end