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.
54592 54593 54594 54595 54596 54597 |
# File 'lib/aws-sdk-ec2/types.rb', line 54592 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.
54592 54593 54594 54595 54596 54597 |
# File 'lib/aws-sdk-ec2/types.rb', line 54592 class ModifyVpcPeeringConnectionOptionsResult < Struct.new( :accepter_peering_connection_options, :requester_peering_connection_options) SENSITIVE = [] include Aws::Structure end |