Class: Aws::Types::ChangeInfo
- Inherits:
-
Object
- Object
- Aws::Types::ChangeInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#status ⇒ "PENDING", "INSYNC"
Returns the value of attribute status.
-
#submitted_at ⇒ ::Time
Returns the value of attribute submitted_at.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
81 82 83 |
# File 'sig/types.rbs', line 81 def comment @comment end |
#id ⇒ ::String
Returns the value of attribute id.
78 79 80 |
# File 'sig/types.rbs', line 78 def id @id end |
#status ⇒ "PENDING", "INSYNC"
Returns the value of attribute status.
79 80 81 |
# File 'sig/types.rbs', line 79 def status @status end |
#submitted_at ⇒ ::Time
Returns the value of attribute submitted_at.
80 81 82 |
# File 'sig/types.rbs', line 80 def submitted_at @submitted_at end |