Class: Aws::NetworkManager::Types::RouteAnalysisEndpointOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::RouteAnalysisEndpointOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Describes a source or a destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip_address ⇒ String
The IP address.
-
#transit_gateway_arn ⇒ String
The ARN of the transit gateway.
-
#transit_gateway_attachment_arn ⇒ String
The ARN of the transit gateway attachment.
Instance Attribute Details
#ip_address ⇒ String
The IP address.
5231 5232 5233 5234 5235 5236 5237 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5231 class RouteAnalysisEndpointOptions < Struct.new( :transit_gateway_attachment_arn, :transit_gateway_arn, :ip_address) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_arn ⇒ String
The ARN of the transit gateway.
5231 5232 5233 5234 5235 5236 5237 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5231 class RouteAnalysisEndpointOptions < Struct.new( :transit_gateway_attachment_arn, :transit_gateway_arn, :ip_address) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_attachment_arn ⇒ String
The ARN of the transit gateway attachment.
5231 5232 5233 5234 5235 5236 5237 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5231 class RouteAnalysisEndpointOptions < Struct.new( :transit_gateway_attachment_arn, :transit_gateway_arn, :ip_address) SENSITIVE = [] include Aws::Structure end |