Class: Aws::Types::DeleteIpamExternalResourceVerificationTokenRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteIpamExternalResourceVerificationTokenRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipam_external_resource_verification_token_id ⇒ ::String
Returns the value of attribute ipam_external_resource_verification_token_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4331 4332 4333 |
# File 'sig/types.rbs', line 4331 def dry_run @dry_run end |
#ipam_external_resource_verification_token_id ⇒ ::String
Returns the value of attribute ipam_external_resource_verification_token_id.
4332 4333 4334 |
# File 'sig/types.rbs', line 4332 def ipam_external_resource_verification_token_id @ipam_external_resource_verification_token_id end |