Class: Aws::Types::SchemaVersionListItem
- Inherits:
-
Object
- Object
- Aws::Types::SchemaVersionListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time ⇒ ::String
Returns the value of attribute created_time.
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
-
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#created_time ⇒ ::String
Returns the value of attribute created_time.
6803 6804 6805 |
# File 'sig/types.rbs', line 6803 def created_time @created_time end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
6799 6800 6801 |
# File 'sig/types.rbs', line 6799 def schema_arn @schema_arn end |
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
6800 6801 6802 |
# File 'sig/types.rbs', line 6800 def schema_version_id @schema_version_id end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
6802 6803 6804 |
# File 'sig/types.rbs', line 6802 def status @status end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
6801 6802 6803 |
# File 'sig/types.rbs', line 6801 def version_number @version_number end |