Class: Aws::EC2::Types::DhcpOptions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DhcpOptions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
The set of DHCP options.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #dhcp_configurations  ⇒ Array<Types::DhcpConfiguration> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The DHCP options in the set.
 - 
  
    
      #dhcp_options_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the set of DHCP options.
 - 
  
    
      #owner_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Amazon Web Services account that owns the DHCP options set.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Any tags assigned to the DHCP options set.
 
Instance Attribute Details
#dhcp_configurations ⇒ Array<Types::DhcpConfiguration>
The DHCP options in the set.
      30775 30776 30777 30778 30779 30780 30781 30782  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 30775 class DhcpOptions < Struct.new( :owner_id, :tags, :dhcp_options_id, :dhcp_configurations) SENSITIVE = [] include Aws::Structure end  | 
  
#dhcp_options_id ⇒ String
The ID of the set of DHCP options.
      30775 30776 30777 30778 30779 30780 30781 30782  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 30775 class DhcpOptions < Struct.new( :owner_id, :tags, :dhcp_options_id, :dhcp_configurations) SENSITIVE = [] include Aws::Structure end  | 
  
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the DHCP options set.
      30775 30776 30777 30778 30779 30780 30781 30782  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 30775 class DhcpOptions < Struct.new( :owner_id, :tags, :dhcp_options_id, :dhcp_configurations) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
Any tags assigned to the DHCP options set.
      30775 30776 30777 30778 30779 30780 30781 30782  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 30775 class DhcpOptions < Struct.new( :owner_id, :tags, :dhcp_options_id, :dhcp_configurations) SENSITIVE = [] include Aws::Structure end  |