Class: Aws::Types::SchemaListItem
- Inherits:
-
Object
- Object
- Aws::Types::SchemaListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time ⇒ ::String
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
-
#schema_status ⇒ "AVAILABLE", ...
Returns the value of attribute schema_status.
-
#updated_time ⇒ ::String
Returns the value of attribute updated_time.
Instance Attribute Details
#created_time ⇒ ::String
Returns the value of attribute created_time.
6780 6781 6782 |
# File 'sig/types.rbs', line 6780 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
6778 6779 6780 |
# File 'sig/types.rbs', line 6778 def description @description end |
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
6775 6776 6777 |
# File 'sig/types.rbs', line 6775 def registry_name @registry_name end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
6777 6778 6779 |
# File 'sig/types.rbs', line 6777 def schema_arn @schema_arn end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
6776 6777 6778 |
# File 'sig/types.rbs', line 6776 def schema_name @schema_name end |
#schema_status ⇒ "AVAILABLE", ...
Returns the value of attribute schema_status.
6779 6780 6781 |
# File 'sig/types.rbs', line 6779 def schema_status @schema_status end |
#updated_time ⇒ ::String
Returns the value of attribute updated_time.
6781 6782 6783 |
# File 'sig/types.rbs', line 6781 def updated_time @updated_time end |