Class: Aws::EC2::Types::CreateVerifiedAccessTrustProviderDeviceOptions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateVerifiedAccessTrustProviderDeviceOptions
 
 
- Defined in:
 - gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
 
Overview
Describes the options when creating an Amazon Web Services Verified
Access trust provider using the device type.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #public_signing_key_url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.
 - 
  
    
      #tenant_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the tenant application with the device-identity provider.
 
Instance Attribute Details
#public_signing_key_url ⇒ String
The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.
      15297 15298 15299 15300 15301 15302  | 
    
      # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 15297 class CreateVerifiedAccessTrustProviderDeviceOptions < Struct.new( :tenant_id, :public_signing_key_url) SENSITIVE = [] include Aws::Structure end  | 
  
#tenant_id ⇒ String
The ID of the tenant application with the device-identity provider.
      15297 15298 15299 15300 15301 15302  | 
    
      # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 15297 class CreateVerifiedAccessTrustProviderDeviceOptions < Struct.new( :tenant_id, :public_signing_key_url) SENSITIVE = [] include Aws::Structure end  |