Class: Aws::Types::DescribePrefixListsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribePrefixListsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#prefix_list_ids ⇒ ::Array[::String]
Returns the value of attribute prefix_list_ids.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
6751 6752 6753 |
# File 'sig/types.rbs', line 6751 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6752 6753 6754 |
# File 'sig/types.rbs', line 6752 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6753 6754 6755 |
# File 'sig/types.rbs', line 6753 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6754 6755 6756 |
# File 'sig/types.rbs', line 6754 def next_token @next_token end |
#prefix_list_ids ⇒ ::Array[::String]
Returns the value of attribute prefix_list_ids.
6755 6756 6757 |
# File 'sig/types.rbs', line 6755 def prefix_list_ids @prefix_list_ids end |