Class: Aws::Types::ActionInvocation
- Inherits:
-
Object
- Object
- Aws::Types::ActionInvocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_name ⇒ ::String
Returns the value of attribute action_name.
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#extension_identifier ⇒ ::String
Returns the value of attribute extension_identifier.
-
#invocation_id ⇒ ::String
Returns the value of attribute invocation_id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#action_name ⇒ ::String
Returns the value of attribute action_name.
27 28 29 |
# File 'sig/types.rbs', line 27 def action_name @action_name end |
#error_code ⇒ ::String
Returns the value of attribute error_code.
31 32 33 |
# File 'sig/types.rbs', line 31 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
30 31 32 |
# File 'sig/types.rbs', line 30 def @error_message end |
#extension_identifier ⇒ ::String
Returns the value of attribute extension_identifier.
26 27 28 |
# File 'sig/types.rbs', line 26 def extension_identifier @extension_identifier end |
#invocation_id ⇒ ::String
Returns the value of attribute invocation_id.
32 33 34 |
# File 'sig/types.rbs', line 32 def invocation_id @invocation_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
29 30 31 |
# File 'sig/types.rbs', line 29 def role_arn @role_arn end |
#uri ⇒ ::String
Returns the value of attribute uri.
28 29 30 |
# File 'sig/types.rbs', line 28 def uri @uri end |