Class: Aws::Types::UpdateEventActionResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEventActionResponse
- 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.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def action @action end |
#arn ⇒ ::String
Returns the value of attribute arn.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def created_at @created_at end |
#event ⇒ Types::Event
Returns the value of attribute event.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def event @event end |
#id ⇒ ::String
Returns the value of attribute id.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def id @id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def updated_at @updated_at end |