Class: Aws::VerifiedPermissions::Types::GetIdentitySourceInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::VerifiedPermissions::Types::GetIdentitySourceInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-verifiedpermissions/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #identity_source_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the ID of the identity source you want information about.
 - 
  
    
      #policy_store_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the ID of the policy store that contains the identity source you want information about.
 
Instance Attribute Details
#identity_source_id ⇒ String
Specifies the ID of the identity source you want information about.
      1775 1776 1777 1778 1779 1780  | 
    
      # File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1775 class GetIdentitySourceInput < Struct.new( :policy_store_id, :identity_source_id) SENSITIVE = [] include Aws::Structure end  | 
  
#policy_store_id ⇒ String
Specifies the ID of the policy store that contains the identity source you want information about.
      1775 1776 1777 1778 1779 1780  | 
    
      # File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1775 class GetIdentitySourceInput < Struct.new( :policy_store_id, :identity_source_id) SENSITIVE = [] include Aws::Structure end  |