Class: Aws::Types::OperationEvent
- Inherits:
-
Object
- Object
- Aws::Types::OperationEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#resource ⇒ Types::Resource
Returns the value of attribute resource.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
421 422 423 |
# File 'sig/types.rbs', line 421 def description @description end |
#resource ⇒ Types::Resource
Returns the value of attribute resource.
422 423 424 |
# File 'sig/types.rbs', line 422 def resource @resource end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
423 424 425 |
# File 'sig/types.rbs', line 423 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
424 425 426 |
# File 'sig/types.rbs', line 424 def @status_message end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
425 426 427 |
# File 'sig/types.rbs', line 425 def @timestamp end |