Class: Aws::Types::GetEventActionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEventActionResponse
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#action ⇒ Types::Action
Returns the value of attribute action.
474 475 476 |
# File 'sig/types.rbs', line 474 def action @action end |
#arn ⇒ ::String
Returns the value of attribute arn.
475 476 477 |
# File 'sig/types.rbs', line 475 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
476 477 478 |
# File 'sig/types.rbs', line 476 def created_at @created_at end |
#event ⇒ Types::Event
Returns the value of attribute event.
477 478 479 |
# File 'sig/types.rbs', line 477 def event @event end |
#id ⇒ ::String
Returns the value of attribute id.
478 479 480 |
# File 'sig/types.rbs', line 478 def id @id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
479 480 481 |
# File 'sig/types.rbs', line 479 def end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
480 481 482 |
# File 'sig/types.rbs', line 480 def updated_at @updated_at end |