Class: Aws::SSM::Types::StartExecutionPreviewResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::StartExecutionPreviewResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_preview_id ⇒ String
The ID of the execution preview generated by the system.
Instance Attribute Details
#execution_preview_id ⇒ String
The ID of the execution preview generated by the system.
18273 18274 18275 18276 18277 |
# File 'lib/aws-sdk-ssm/types.rb', line 18273 class StartExecutionPreviewResponse < Struct.new( :execution_preview_id) SENSITIVE = [] include Aws::Structure end |