Class: Aws::NetworkManager::Types::RouteAnalysisEndpointOptionsSpecification

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

Instance Attribute Details

#ip_addressString

The IP address.



5789
5790
5791
5792
5793
5794
# File 'lib/aws-sdk-networkmanager/types.rb', line 5789

class RouteAnalysisEndpointOptionsSpecification < Struct.new(
  :transit_gateway_attachment_arn,
  :ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_attachment_arnString

The ARN of the transit gateway attachment.



5789
5790
5791
5792
5793
5794
# File 'lib/aws-sdk-networkmanager/types.rb', line 5789

class RouteAnalysisEndpointOptionsSpecification < Struct.new(
  :transit_gateway_attachment_arn,
  :ip_address)
  SENSITIVE = []
  include Aws::Structure
end