Class: Aws::EC2::Types::CreateDhcpOptionsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateDhcpOptionsResult
 
 
- Defined in:
 - gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #dhcp_options  ⇒ Types::DhcpOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A set of DHCP options.
 
Instance Attribute Details
#dhcp_options ⇒ Types::DhcpOptions
A set of DHCP options.
      9633 9634 9635 9636 9637  | 
    
      # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 9633 class CreateDhcpOptionsResult < Struct.new( :dhcp_options) SENSITIVE = [] include Aws::Structure end  |