Class: Aws::Types::SearchSchemaVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::SearchSchemaVersionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#created_date ⇒ ::Time
Returns the value of attribute created_date.
519 520 521 |
# File 'sig/types.rbs', line 519 def created_date @created_date end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
520 521 522 |
# File 'sig/types.rbs', line 520 def schema_version @schema_version end |
#type ⇒ ::String
Returns the value of attribute type.
521 522 523 |
# File 'sig/types.rbs', line 521 def type @type end |