Class: Aws::Schemas::Types::SearchSchemaVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::SearchSchemaVersionSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_date ⇒ Time
The date the schema version was created.
-
#schema_version ⇒ String
The version number of the schema.
- #type ⇒ String
Instance Attribute Details
#created_date ⇒ Time
The date the schema version was created.
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
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
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 |