Class: Aws::SSMContacts::Types::StartEngagementResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSMContacts::Types::StartEngagementResult
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ssmcontacts/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #engagement_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the engagement.
 
Instance Attribute Details
#engagement_arn ⇒ String
The ARN of the engagement.
      2230 2231 2232 2233 2234  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 2230 class StartEngagementResult < Struct.new( :engagement_arn) SENSITIVE = [] include Aws::Structure end  |