Class: Aws::Types::ModifyVpcPeeringConnectionOptionsResult
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVpcPeeringConnectionOptionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accepter_peering_connection_options ⇒ Types::PeeringConnectionOptions
Returns the value of attribute accepter_peering_connection_options.
-
#requester_peering_connection_options ⇒ Types::PeeringConnectionOptions
Returns the value of attribute requester_peering_connection_options.
Instance Attribute Details
#accepter_peering_connection_options ⇒ Types::PeeringConnectionOptions
Returns the value of attribute accepter_peering_connection_options.
14406 14407 14408 |
# File 'sig/types.rbs', line 14406 def @accepter_peering_connection_options end |
#requester_peering_connection_options ⇒ Types::PeeringConnectionOptions
Returns the value of attribute requester_peering_connection_options.
14407 14408 14409 |
# File 'sig/types.rbs', line 14407 def @requester_peering_connection_options end |