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:



8300
8301
8302
# File 'sig/types.rbs', line 8300

def dhcp_configurations
  @dhcp_configurations
end

#dhcp_options_id::String

Returns the value of attribute dhcp_options_id.

Returns:

  • (::String)


8299
8300
8301
# File 'sig/types.rbs', line 8299

def dhcp_options_id
  @dhcp_options_id
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


8297
8298
8299
# File 'sig/types.rbs', line 8297

def owner_id
  @owner_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



8298
8299
8300
# File 'sig/types.rbs', line 8298

def tags
  @tags
end