Class: Aws::Types::DhcpOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dhcp_configurations::Array[Types::DhcpConfiguration]

Returns the value of attribute dhcp_configurations.

Returns:



8027
8028
8029
# File 'sig/types.rbs', line 8027

def dhcp_configurations
  @dhcp_configurations
end

#dhcp_options_id::String

Returns the value of attribute dhcp_options_id.

Returns:

  • (::String)


8026
8027
8028
# File 'sig/types.rbs', line 8026

def dhcp_options_id
  @dhcp_options_id
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


8024
8025
8026
# File 'sig/types.rbs', line 8024

def owner_id
  @owner_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



8025
8026
8027
# File 'sig/types.rbs', line 8025

def tags
  @tags
end