Class: Aws::IoTSiteWise::Types::DescribeExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeExecutionRequest
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_id ⇒ String
The ID of the execution.
Instance Attribute Details
#execution_id ⇒ String
The ID of the execution.
5686 5687 5688 5689 5690 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5686 class DescribeExecutionRequest < Struct.new( :execution_id) SENSITIVE = [] include Aws::Structure end |