Class: Aws::Types::DeleteManagedPrefixListRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteManagedPrefixListRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4357 4358 4359 |
# File 'sig/types.rbs', line 4357 def dry_run @dry_run end |
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
4358 4359 4360 |
# File 'sig/types.rbs', line 4358 def prefix_list_id @prefix_list_id end |