Class: Aws::Types::DescribeDhcpOptionsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dhcp_options::Array[Types::DhcpOptions]

Returns the value of attribute dhcp_options.

Returns:



5751
5752
5753
# File 'sig/types.rbs', line 5751

def dhcp_options
  @dhcp_options
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5750
5751
5752
# File 'sig/types.rbs', line 5750

def next_token
  @next_token
end