Class: Aws::EC2::Types::VerifiedAccessInstanceCustomSubDomain
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VerifiedAccessInstanceCustomSubDomain
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a custom subdomain for a network CIDR endpoint for Verified Access.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #nameservers  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name servers.
 - 
  
    
      #sub_domain  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The subdomain.
 
Instance Attribute Details
#nameservers ⇒ Array<String>
The name servers.
      71948 71949 71950 71951 71952 71953  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71948 class VerifiedAccessInstanceCustomSubDomain < Struct.new( :sub_domain, :nameservers) SENSITIVE = [] include Aws::Structure end  | 
  
#sub_domain ⇒ String
The subdomain.
      71948 71949 71950 71951 71952 71953  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71948 class VerifiedAccessInstanceCustomSubDomain < Struct.new( :sub_domain, :nameservers) SENSITIVE = [] include Aws::Structure end  |