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

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

Instance Attribute Details

#core_network_idString

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

Returns:

  • (String)


53348
53349
53350
53351
53352
53353
53354
53355
# File 'lib/aws-sdk-ec2/types.rb', line 53348

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)


53348
53349
53350
53351
53352
53353
53354
53355
# File 'lib/aws-sdk-ec2/types.rb', line 53348

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)


53348
53349
53350
53351
53352
53353
53354
53355
# File 'lib/aws-sdk-ec2/types.rb', line 53348

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)


53348
53349
53350
53351
53352
53353
53354
53355
# File 'lib/aws-sdk-ec2/types.rb', line 53348

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