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.
57296 57297 57298 57299 57300 57301 57302 57303 |
# File 'lib/aws-sdk-ec2/types.rb', line 57296 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.
57296 57297 57298 57299 57300 57301 57302 57303 |
# File 'lib/aws-sdk-ec2/types.rb', line 57296 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.
57296 57297 57298 57299 57300 57301 57302 57303 |
# File 'lib/aws-sdk-ec2/types.rb', line 57296 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.
57296 57297 57298 57299 57300 57301 57302 57303 |
# File 'lib/aws-sdk-ec2/types.rb', line 57296 class PeeringTgwInfo < Struct.new( :transit_gateway_id, :core_network_id, :owner_id, :region) SENSITIVE = [] include Aws::Structure end |