Class: Aws::Types::AcceptVpcPeeringConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::AcceptVpcPeeringConnectionRequest
- 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.
129 130 131 |
# File 'sig/types.rbs', line 129 def dry_run @dry_run end |
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
130 131 132 |
# File 'sig/types.rbs', line 130 def vpc_peering_connection_id @vpc_peering_connection_id end |