Class: Aws::Types::DeleteVpcPeeringConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVpcPeeringConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4941 4942 4943 |
# File 'sig/types.rbs', line 4941 def dry_run @dry_run end |
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
4942 4943 4944 |
# File 'sig/types.rbs', line 4942 def vpc_peering_connection_id @vpc_peering_connection_id end |