Class: Aws::IoTEvents::Types::RecipientDetail
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTEvents::Types::RecipientDetail
 
 
- Defined in:
 - gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb
 
Overview
The information that identifies the recipient.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #sso_identity  ⇒ Types::SSOIdentity 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The AWS Single Sign-On (AWS SSO) authentication information.
 
Instance Attribute Details
#sso_identity ⇒ Types::SSOIdentity
The AWS Single Sign-On (AWS SSO) authentication information.
      2574 2575 2576 2577 2578  | 
    
      # File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2574 class RecipientDetail < Struct.new( :sso_identity) SENSITIVE = [] include Aws::Structure end  |