Class: Aws::Types::DeleteIpamPrefixListResolverRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteIpamPrefixListResolverRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipam_prefix_list_resolver_id ⇒ ::String
Returns the value of attribute ipam_prefix_list_resolver_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4179 4180 4181 |
# File 'sig/types.rbs', line 4179 def dry_run @dry_run end |
#ipam_prefix_list_resolver_id ⇒ ::String
Returns the value of attribute ipam_prefix_list_resolver_id.
4180 4181 4182 |
# File 'sig/types.rbs', line 4180 def ipam_prefix_list_resolver_id @ipam_prefix_list_resolver_id end |