Class: Aws::NetworkManager::Types::CreateTransitGatewayPeeringRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateTransitGatewayPeeringRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The client token associated with the request.
-
#core_network_id ⇒ String
The ID of a core network.
-
#tags ⇒ Array<Types::Tag>
The list of key-value tags associated with the request.
-
#transit_gateway_arn ⇒ String
The ARN of the transit gateway for the peering request.
Instance Attribute Details
#client_token ⇒ String
The client token associated with the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
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_id ⇒ String
The ID of a core network.
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 |
#tags ⇒ Array<Types::Tag>
The list of key-value tags associated with the request.
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_arn ⇒ String
The ARN of the transit gateway for the peering request.
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 |