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:



17555
17556
17557
17558
17559
17560
17561
# File 'lib/aws-sdk-ec2/types.rb', line 17555

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

#dhcp_options_idString

The ID of the set of DHCP options.

Returns:

  • (String)


17555
17556
17557
17558
17559
17560
17561
# File 'lib/aws-sdk-ec2/types.rb', line 17555

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

#owner_idString

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

Returns:

  • (String)


17555
17556
17557
17558
17559
17560
17561
# File 'lib/aws-sdk-ec2/types.rb', line 17555

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

#tagsArray<Types::Tag>

Any tags assigned to the DHCP options set.

Returns:



17555
17556
17557
17558
17559
17560
17561
# File 'lib/aws-sdk-ec2/types.rb', line 17555

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