Class: Aws::EC2::Types::PeeringTgwInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PeeringTgwInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Information about the transit gateway in the peering attachment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#core_network_id ⇒ String
The ID of the core network where the transit gateway peer is located.
-
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the transit gateway.
-
#region ⇒ String
The Region of the transit gateway.
-
#transit_gateway_id ⇒ String
The ID of the transit gateway.
Instance Attribute Details
#core_network_id ⇒ String
The ID of the core network where the transit gateway peer is located.
52520 52521 52522 52523 52524 52525 52526 52527 |
# File 'lib/aws-sdk-ec2/types.rb', line 52520 class PeeringTgwInfo < Struct.new( :transit_gateway_id, :core_network_id, :owner_id, :region) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the transit gateway.
52520 52521 52522 52523 52524 52525 52526 52527 |
# File 'lib/aws-sdk-ec2/types.rb', line 52520 class PeeringTgwInfo < Struct.new( :transit_gateway_id, :core_network_id, :owner_id, :region) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Region of the transit gateway.
52520 52521 52522 52523 52524 52525 52526 52527 |
# File 'lib/aws-sdk-ec2/types.rb', line 52520 class PeeringTgwInfo < Struct.new( :transit_gateway_id, :core_network_id, :owner_id, :region) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_id ⇒ String
The ID of the transit gateway.
52520 52521 52522 52523 52524 52525 52526 52527 |
# File 'lib/aws-sdk-ec2/types.rb', line 52520 class PeeringTgwInfo < Struct.new( :transit_gateway_id, :core_network_id, :owner_id, :region) SENSITIVE = [] include Aws::Structure end |