Class: Aws::Types::DeleteIpamRoutingPolicyRegistrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteIpamRoutingPolicyRegistrationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#ipam_internet_registry_association_id ⇒ ::String
Returns the value of attribute ipam_internet_registry_association_id.
Instance Attribute Details
#cidr ⇒ ::String
Returns the value of attribute cidr.
4423 4424 4425 |
# File 'sig/types.rbs', line 4423 def cidr @cidr end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
4425 4426 4427 |
# File 'sig/types.rbs', line 4425 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4421 4422 4423 |
# File 'sig/types.rbs', line 4421 def dry_run @dry_run end |
#force ⇒ Boolean
Returns the value of attribute force.
4424 4425 4426 |
# File 'sig/types.rbs', line 4424 def force @force end |
#ipam_internet_registry_association_id ⇒ ::String
Returns the value of attribute ipam_internet_registry_association_id.
4422 4423 4424 |
# File 'sig/types.rbs', line 4422 def ipam_internet_registry_association_id @ipam_internet_registry_association_id end |