Class: Aws::Types::InvocationOutput
- Inherits:
-
Object
- Object
- Aws::Types::InvocationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#citations ⇒ ::Array[Types::Citation]
Returns the value of attribute citations.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#citations ⇒ ::Array[Types::Citation]
Returns the value of attribute citations.
2499 2500 2501 |
# File 'sig/types.rbs', line 2499 def citations @citations end |
#event_type ⇒ Object
Returns the value of attribute event_type.
2500 2501 2502 |
# File 'sig/types.rbs', line 2500 def event_type @event_type end |
#message ⇒ ::String
Returns the value of attribute message.
2498 2499 2500 |
# File 'sig/types.rbs', line 2498 def end |