Class: Aws::NetworkManager::Types::CreateTransitGatewayPeeringRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The client token associated with the request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


1878
1879
1880
1881
1882
1883
1884
1885
# File 'lib/aws-sdk-networkmanager/types.rb', line 1878

class CreateTransitGatewayPeeringRequest < Struct.new(
  :core_network_id,
  :transit_gateway_arn,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#core_network_idString

The ID of a core network.

Returns:

  • (String)


1878
1879
1880
1881
1882
1883
1884
1885
# File 'lib/aws-sdk-networkmanager/types.rb', line 1878

class CreateTransitGatewayPeeringRequest < Struct.new(
  :core_network_id,
  :transit_gateway_arn,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The list of key-value tags associated with the request.

Returns:



1878
1879
1880
1881
1882
1883
1884
1885
# File 'lib/aws-sdk-networkmanager/types.rb', line 1878

class CreateTransitGatewayPeeringRequest < Struct.new(
  :core_network_id,
  :transit_gateway_arn,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_arnString

The ARN of the transit gateway for the peering request.

Returns:

  • (String)


1878
1879
1880
1881
1882
1883
1884
1885
# File 'lib/aws-sdk-networkmanager/types.rb', line 1878

class CreateTransitGatewayPeeringRequest < Struct.new(
  :core_network_id,
  :transit_gateway_arn,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end