Class: Aws::SSM::Types::GetExecutionPreviewRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetExecutionPreviewRequest
- 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 existing execution preview.
Instance Attribute Details
#execution_preview_id ⇒ String
The ID of the existing execution preview.
8053 8054 8055 8056 8057 |
# File 'lib/aws-sdk-ssm/types.rb', line 8053 class GetExecutionPreviewRequest < Struct.new( :execution_preview_id) SENSITIVE = [] include Aws::Structure end |