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.
5741 5742 5743 |
# File 'sig/types.rbs', line 5741 def @dhcp_options_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5744 5745 5746 |
# File 'sig/types.rbs', line 5744 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
5745 5746 5747 |
# File 'sig/types.rbs', line 5745 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5743 5744 5745 |
# File 'sig/types.rbs', line 5743 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5742 5743 5744 |
# File 'sig/types.rbs', line 5742 def next_token @next_token end |