Class: Aws::Types::RejectVpcPeeringConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::RejectVpcPeeringConnectionRequest
- 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.
16343 16344 16345 |
# File 'sig/types.rbs', line 16343 def dry_run @dry_run end |
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
16344 16345 16346 |
# File 'sig/types.rbs', line 16344 def vpc_peering_connection_id @vpc_peering_connection_id end |