Class: Aws::EC2::Types::PeeringTgwInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#core_network_idString

The ID of the core network where the transit gateway peer is located.

Returns:

  • (String)


54201
54202
54203
54204
54205
54206
54207
54208
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54201

class PeeringTgwInfo < Struct.new(
  :transit_gateway_id,
  :core_network_id,
  :owner_id,
  :region)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

The ID of the Amazon Web Services account that owns the transit gateway.

Returns:

  • (String)


54201
54202
54203
54204
54205
54206
54207
54208
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54201

class PeeringTgwInfo < Struct.new(
  :transit_gateway_id,
  :core_network_id,
  :owner_id,
  :region)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The Region of the transit gateway.

Returns:

  • (String)


54201
54202
54203
54204
54205
54206
54207
54208
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54201

class PeeringTgwInfo < Struct.new(
  :transit_gateway_id,
  :core_network_id,
  :owner_id,
  :region)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_idString

The ID of the transit gateway.

Returns:

  • (String)


54201
54202
54203
54204
54205
54206
54207
54208
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54201

class PeeringTgwInfo < Struct.new(
  :transit_gateway_id,
  :core_network_id,
  :owner_id,
  :region)
  SENSITIVE = []
  include Aws::Structure
end