Class: Aws::Types::EventActionEntry
- Inherits:
-
Object
- Object
- Aws::Types::EventActionEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::Action
Returns the value of attribute action.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#event ⇒ Types::Event
Returns the value of attribute event.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#action ⇒ Types::Action
Returns the value of attribute action.
340 341 342 |
# File 'sig/types.rbs', line 340 def action @action end |
#arn ⇒ ::String
Returns the value of attribute arn.
341 342 343 |
# File 'sig/types.rbs', line 341 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
342 343 344 |
# File 'sig/types.rbs', line 342 def created_at @created_at end |
#event ⇒ Types::Event
Returns the value of attribute event.
343 344 345 |
# File 'sig/types.rbs', line 343 def event @event end |
#id ⇒ ::String
Returns the value of attribute id.
344 345 346 |
# File 'sig/types.rbs', line 344 def id @id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
345 346 347 |
# File 'sig/types.rbs', line 345 def updated_at @updated_at end |