Class: Aws::Lambda::Types::GetDurableExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::GetDurableExecutionRequest
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#durable_execution_arn ⇒ String
The Amazon Resource Name (ARN) of the durable execution.
Instance Attribute Details
#durable_execution_arn ⇒ String
The Amazon Resource Name (ARN) of the durable execution.
4201 4202 4203 4204 4205 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4201 class GetDurableExecutionRequest < Struct.new( :durable_execution_arn) SENSITIVE = [] include Aws::Structure end |