Class: Aws::EC2::Types::DhcpOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes a set of DHCP options.

Instance Attribute Summary collapse

Instance Attribute Details

#dhcp_configurationsArray<Types::DhcpConfiguration>

One or more DHCP options in the set.

Returns:



11750
11751
11752
11753
11754
11755
# File 'lib/aws-sdk-ec2/types.rb', line 11750

class DhcpOptions < Struct.new(
  :dhcp_configurations,
  :dhcp_options_id,
  :tags)
  include Aws::Structure
end

#dhcp_options_idString

The ID of the set of DHCP options.

Returns:

  • (String)


11750
11751
11752
11753
11754
11755
# File 'lib/aws-sdk-ec2/types.rb', line 11750

class DhcpOptions < Struct.new(
  :dhcp_configurations,
  :dhcp_options_id,
  :tags)
  include Aws::Structure
end

#tagsArray<Types::Tag>

Any tags assigned to the DHCP options set.

Returns:



11750
11751
11752
11753
11754
11755
# File 'lib/aws-sdk-ec2/types.rb', line 11750

class DhcpOptions < Struct.new(
  :dhcp_configurations,
  :dhcp_options_id,
  :tags)
  include Aws::Structure
end