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.
15042 15043 15044 |
# File 'sig/types.rbs', line 15042 def @accepter_peering_connection_options end |
#requester_peering_connection_options ⇒ Types::PeeringConnectionOptions
Returns the value of attribute requester_peering_connection_options.
15043 15044 15045 |
# File 'sig/types.rbs', line 15043 def @requester_peering_connection_options end |