Class: Aws::Types::SchemaOutput
- Inherits:
-
Object
- Object
- Aws::Types::SchemaOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
-
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#version_created_date ⇒ ::Time
Returns the value of attribute version_created_date.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
482 483 484 |
# File 'sig/types.rbs', line 482 def description @description end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
483 484 485 |
# File 'sig/types.rbs', line 483 def last_modified @last_modified end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
484 485 486 |
# File 'sig/types.rbs', line 484 def schema_arn @schema_arn end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
485 486 487 |
# File 'sig/types.rbs', line 485 def schema_name @schema_name end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
486 487 488 |
# File 'sig/types.rbs', line 486 def schema_version @schema_version end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
487 488 489 |
# File 'sig/types.rbs', line 487 def @tags end |
#type ⇒ ::String
Returns the value of attribute type.
488 489 490 |
# File 'sig/types.rbs', line 488 def type @type end |
#version_created_date ⇒ ::Time
Returns the value of attribute version_created_date.
489 490 491 |
# File 'sig/types.rbs', line 489 def version_created_date @version_created_date end |