Class: Aws::Types::CreateEventActionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateEventActionResponse
- 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.
182 183 184 |
# File 'sig/types.rbs', line 182 def action @action end |
#arn ⇒ ::String
Returns the value of attribute arn.
183 184 185 |
# File 'sig/types.rbs', line 183 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
184 185 186 |
# File 'sig/types.rbs', line 184 def created_at @created_at end |
#event ⇒ Types::Event
Returns the value of attribute event.
185 186 187 |
# File 'sig/types.rbs', line 185 def event @event end |
#id ⇒ ::String
Returns the value of attribute id.
186 187 188 |
# File 'sig/types.rbs', line 186 def id @id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
187 188 189 |
# File 'sig/types.rbs', line 187 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
188 189 190 |
# File 'sig/types.rbs', line 188 def updated_at @updated_at end |