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

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

#created_dateTime

The date the schema version was created.

Returns:

  • (Time)


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

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

#schema_versionString

The version number of the schema

Returns:

  • (String)


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

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

#typeString

Returns:

  • (String)


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

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