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.
5568 5569 5570 |
# File 'sig/types.rbs', line 5568 def @dhcp_options end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5567 5568 5569 |
# File 'sig/types.rbs', line 5567 def next_token @next_token end |