Class: Aws::Types::DescribeDhcpOptionsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDhcpOptionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dhcp_options ⇒ ::Array[Types::DhcpOptions]
Returns the value of attribute dhcp_options.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#dhcp_options ⇒ ::Array[Types::DhcpOptions]
Returns the value of attribute dhcp_options.
5751 5752 5753 |
# File 'sig/types.rbs', line 5751 def @dhcp_options end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5750 5751 5752 |
# File 'sig/types.rbs', line 5750 def next_token @next_token end |