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.
16004 16005 16006 |
# File 'sig/types.rbs', line 16004 def dry_run @dry_run end |
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
16005 16006 16007 |
# File 'sig/types.rbs', line 16005 def vpc_peering_connection_id @vpc_peering_connection_id end |