Class: Aws::Types::DescribeDhcpOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDhcpOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dhcp_options_ids ⇒ ::Array[::String]
Returns the value of attribute dhcp_options_ids.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#dhcp_options_ids ⇒ ::Array[::String]
Returns the value of attribute dhcp_options_ids.
5816 5817 5818 |
# File 'sig/types.rbs', line 5816 def @dhcp_options_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5819 5820 5821 |
# File 'sig/types.rbs', line 5819 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
5820 5821 5822 |
# File 'sig/types.rbs', line 5820 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5818 5819 5820 |
# File 'sig/types.rbs', line 5818 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5817 5818 5819 |
# File 'sig/types.rbs', line 5817 def next_token @next_token end |