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.
4145 4146 4147 |
# File 'sig/types.rbs', line 4145 def dry_run @dry_run end |
#ipam_external_resource_verification_token_id ⇒ ::String
Returns the value of attribute ipam_external_resource_verification_token_id.
4146 4147 4148 |
# File 'sig/types.rbs', line 4146 def ipam_external_resource_verification_token_id @ipam_external_resource_verification_token_id end |