You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a set of DHCP options.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#dhcp_configurationsArray<Types::DhcpConfiguration>

One or more DHCP options in the set.

Returns:

#dhcp_options_idString

The ID of the set of DHCP options.

Returns:

  • (String)

    The ID of the set of DHCP options.

#owner_idString

The ID of the AWS account that owns the DHCP options set.

Returns:

  • (String)

    The ID of the AWS account that owns the DHCP options set.

#tagsArray<Types::Tag>

Any tags assigned to the DHCP options set.

Returns:

  • (Array<Types::Tag>)

    Any tags assigned to the DHCP options set.