Class: Aws::Types::ModifyVpcPeeringConnectionOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVpcPeeringConnectionOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accepter_peering_connection_options ⇒ Types::PeeringConnectionOptionsRequest
Returns the value of attribute accepter_peering_connection_options.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#requester_peering_connection_options ⇒ Types::PeeringConnectionOptionsRequest
Returns the value of attribute requester_peering_connection_options.
-
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
Instance Attribute Details
#accepter_peering_connection_options ⇒ Types::PeeringConnectionOptionsRequest
Returns the value of attribute accepter_peering_connection_options.
14695 14696 14697 |
# File 'sig/types.rbs', line 14695 def @accepter_peering_connection_options end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14696 14697 14698 |
# File 'sig/types.rbs', line 14696 def dry_run @dry_run end |
#requester_peering_connection_options ⇒ Types::PeeringConnectionOptionsRequest
Returns the value of attribute requester_peering_connection_options.
14697 14698 14699 |
# File 'sig/types.rbs', line 14697 def @requester_peering_connection_options end |
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
14698 14699 14700 |
# File 'sig/types.rbs', line 14698 def vpc_peering_connection_id @vpc_peering_connection_id end |