Class: Aws::EC2::Types::VerifiedAccessTrustProviderCondensed
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VerifiedAccessTrustProviderCondensed
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Condensed information about a trust provider.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of trust provider.
 - 
  
    
      #device_trust_provider_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of device-based trust provider.
 - 
  
    
      #trust_provider_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of trust provider (user- or device-based).
 - 
  
    
      #user_trust_provider_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of user-based trust provider.
 - 
  
    
      #verified_access_trust_provider_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the trust provider.
 
Instance Attribute Details
#description ⇒ String
The description of trust provider.
      73009 73010 73011 73012 73013 73014 73015 73016 73017  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73009 class VerifiedAccessTrustProviderCondensed < Struct.new( :verified_access_trust_provider_id, :description, :trust_provider_type, :user_trust_provider_type, :device_trust_provider_type) SENSITIVE = [] include Aws::Structure end  | 
  
#device_trust_provider_type ⇒ String
The type of device-based trust provider.
      73009 73010 73011 73012 73013 73014 73015 73016 73017  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73009 class VerifiedAccessTrustProviderCondensed < Struct.new( :verified_access_trust_provider_id, :description, :trust_provider_type, :user_trust_provider_type, :device_trust_provider_type) SENSITIVE = [] include Aws::Structure end  | 
  
#trust_provider_type ⇒ String
The type of trust provider (user- or device-based).
      73009 73010 73011 73012 73013 73014 73015 73016 73017  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73009 class VerifiedAccessTrustProviderCondensed < Struct.new( :verified_access_trust_provider_id, :description, :trust_provider_type, :user_trust_provider_type, :device_trust_provider_type) SENSITIVE = [] include Aws::Structure end  | 
  
#user_trust_provider_type ⇒ String
The type of user-based trust provider.
      73009 73010 73011 73012 73013 73014 73015 73016 73017  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73009 class VerifiedAccessTrustProviderCondensed < Struct.new( :verified_access_trust_provider_id, :description, :trust_provider_type, :user_trust_provider_type, :device_trust_provider_type) SENSITIVE = [] include Aws::Structure end  | 
  
#verified_access_trust_provider_id ⇒ String
The ID of the trust provider.
      73009 73010 73011 73012 73013 73014 73015 73016 73017  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73009 class VerifiedAccessTrustProviderCondensed < Struct.new( :verified_access_trust_provider_id, :description, :trust_provider_type, :user_trust_provider_type, :device_trust_provider_type) SENSITIVE = [] include Aws::Structure end  |