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.
6771 6772 6773 |
# File 'sig/types.rbs', line 6771 def created_time @created_time end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
6767 6768 6769 |
# File 'sig/types.rbs', line 6767 def schema_arn @schema_arn end |
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
6768 6769 6770 |
# File 'sig/types.rbs', line 6768 def schema_version_id @schema_version_id end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
6770 6771 6772 |
# File 'sig/types.rbs', line 6770 def status @status end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
6769 6770 6771 |
# File 'sig/types.rbs', line 6769 def version_number @version_number end |