Class: Aws::SSM::Types::GetExecutionPreviewRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SSM::Types::GetExecutionPreviewRequest
 
- Defined in:
- gems/aws-sdk-ssm/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.
| 8241 8242 8243 8244 8245 | # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8241 class GetExecutionPreviewRequest < Struct.new( :execution_preview_id) SENSITIVE = [] include Aws::Structure end |