Class: Aws::IoTEvents::Types::SSOIdentity
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTEvents::Types::SSOIdentity
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iotevents/types.rb
 
Overview
Contains information about your identity source in AWS Single Sign-On. For more information, see the [AWS Single Sign-On User Guide].
[1]: docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #identity_store_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the AWS SSO identity store.
 - 
  
    
      #user_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The user ID.
 
Instance Attribute Details
#identity_store_id ⇒ String
The ID of the AWS SSO identity store.
      2726 2727 2728 2729 2730 2731  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 2726 class SSOIdentity < Struct.new( :identity_store_id, :user_id) SENSITIVE = [] include Aws::Structure end  | 
  
#user_id ⇒ String
The user ID.
      2726 2727 2728 2729 2730 2731  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 2726 class SSOIdentity < Struct.new( :identity_store_id, :user_id) SENSITIVE = [] include Aws::Structure end  |