Class: Aws::Types::ThesaurusSummary
- Inherits:
-
Object
- Object
- Aws::Types::ThesaurusSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2027 2028 2029 |
# File 'sig/types.rbs', line 2027 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
2024 2025 2026 |
# File 'sig/types.rbs', line 2024 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
2025 2026 2027 |
# File 'sig/types.rbs', line 2025 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
2026 2027 2028 |
# File 'sig/types.rbs', line 2026 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2028 2029 2030 |
# File 'sig/types.rbs', line 2028 def updated_at @updated_at end |