Class: Aws::Types::DeleteIpamPrefixListResolverTargetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteIpamPrefixListResolverTargetRequest
- 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_target_id ⇒ ::String
Returns the value of attribute ipam_prefix_list_resolver_target_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4190 4191 4192 |
# File 'sig/types.rbs', line 4190 def dry_run @dry_run end |
#ipam_prefix_list_resolver_target_id ⇒ ::String
Returns the value of attribute ipam_prefix_list_resolver_target_id.
4191 4192 4193 |
# File 'sig/types.rbs', line 4191 def ipam_prefix_list_resolver_target_id @ipam_prefix_list_resolver_target_id end |