Class: Aws::Types::RedriveExecutionInput
- Inherits:
-
Object
- Object
- Aws::Types::RedriveExecutionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#execution_arn ⇒ ::String
Returns the value of attribute execution_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
818 819 820 |
# File 'sig/types.rbs', line 818 def client_token @client_token end |
#execution_arn ⇒ ::String
Returns the value of attribute execution_arn.
817 818 819 |
# File 'sig/types.rbs', line 817 def execution_arn @execution_arn end |