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.
6813 6814 6815 |
# File 'sig/types.rbs', line 6813 def created_time @created_time end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
6809 6810 6811 |
# File 'sig/types.rbs', line 6809 def schema_arn @schema_arn end |
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
6810 6811 6812 |
# File 'sig/types.rbs', line 6810 def schema_version_id @schema_version_id end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
6812 6813 6814 |
# File 'sig/types.rbs', line 6812 def status @status end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
6811 6812 6813 |
# File 'sig/types.rbs', line 6811 def version_number @version_number end |