Class: Aws::Types::ChangeLog
- Inherits:
-
Object
- Object
- Aws::Types::ChangeLog
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "CREATE", ...
Returns the value of attribute action.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#object_name ⇒ ::String
Returns the value of attribute object_name.
-
#object_type ⇒ "ASSESSMENT", ...
Returns the value of attribute object_type.
Instance Attribute Details
#action ⇒ "CREATE", ...
Returns the value of attribute action.
286 287 288 |
# File 'sig/types.rbs', line 286 def action @action end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
287 288 289 |
# File 'sig/types.rbs', line 287 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
288 289 290 |
# File 'sig/types.rbs', line 288 def created_by @created_by end |
#object_name ⇒ ::String
Returns the value of attribute object_name.
285 286 287 |
# File 'sig/types.rbs', line 285 def object_name @object_name end |
#object_type ⇒ "ASSESSMENT", ...
Returns the value of attribute object_type.
284 285 286 |
# File 'sig/types.rbs', line 284 def object_type @object_type end |