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)


53372
53373
53374
53375
53376
53377
53378
53379
# File 'lib/aws-sdk-ec2/types.rb', line 53372

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)


53372
53373
53374
53375
53376
53377
53378
53379
# File 'lib/aws-sdk-ec2/types.rb', line 53372

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)


53372
53373
53374
53375
53376
53377
53378
53379
# File 'lib/aws-sdk-ec2/types.rb', line 53372

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)


53372
53373
53374
53375
53376
53377
53378
53379
# File 'lib/aws-sdk-ec2/types.rb', line 53372

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