Class: Aws::EC2::Types::ModifyVerifiedAccessTrustProviderDeviceOptions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ModifyVerifiedAccessTrustProviderDeviceOptions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Modifies the configuration of the specified device-based Amazon Web Services Verified Access trust provider.
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.
 
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.
      54035 54036 54037 54038 54039  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 54035 class ModifyVerifiedAccessTrustProviderDeviceOptions < Struct.new( :public_signing_key_url) SENSITIVE = [] include Aws::Structure end  |