Class: Aws::EC2::Types::PeeringTgwInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PeeringTgwInfo
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Information about the transit gateway in the peering attachment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#owner_id ⇒ String
The AWS account ID of the owner of the transit gateway.
-
#region ⇒ String
The Region of the transit gateway.
-
#transit_gateway_id ⇒ String
The ID of the transit gateway.
Instance Attribute Details
#owner_id ⇒ String
The AWS account ID of the owner of the transit gateway.
41664 41665 41666 41667 41668 41669 41670 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41664 class PeeringTgwInfo < Struct.new( :transit_gateway_id, :owner_id, :region) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Region of the transit gateway.
41664 41665 41666 41667 41668 41669 41670 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41664 class PeeringTgwInfo < Struct.new( :transit_gateway_id, :owner_id, :region) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_id ⇒ String
The ID of the transit gateway.
41664 41665 41666 41667 41668 41669 41670 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41664 class PeeringTgwInfo < Struct.new( :transit_gateway_id, :owner_id, :region) SENSITIVE = [] include Aws::Structure end |