Class: Aws::EC2::Types::ModifyVpcPeeringConnectionOptionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyVpcPeeringConnectionOptionsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accepter_peering_connection_options ⇒ Types::PeeringConnectionOptions
Information about the VPC peering connection options for the accepter VPC.
-
#requester_peering_connection_options ⇒ Types::PeeringConnectionOptions
Information about the VPC peering connection options for the requester VPC.
Instance Attribute Details
#accepter_peering_connection_options ⇒ Types::PeeringConnectionOptions
Information about the VPC peering connection options for the accepter VPC.
51578 51579 51580 51581 51582 51583 |
# File 'lib/aws-sdk-ec2/types.rb', line 51578 class ModifyVpcPeeringConnectionOptionsResult < Struct.new( :accepter_peering_connection_options, :requester_peering_connection_options) SENSITIVE = [] include Aws::Structure end |
#requester_peering_connection_options ⇒ Types::PeeringConnectionOptions
Information about the VPC peering connection options for the requester VPC.
51578 51579 51580 51581 51582 51583 |
# File 'lib/aws-sdk-ec2/types.rb', line 51578 class ModifyVpcPeeringConnectionOptionsResult < Struct.new( :accepter_peering_connection_options, :requester_peering_connection_options) SENSITIVE = [] include Aws::Structure end |