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.

Returns:

  • (String)


5251
5252
5253
5254
5255
5256
# File 'lib/aws-sdk-networkmanager/types.rb', line 5251

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.

Returns:

  • (String)


5251
5252
5253
5254
5255
5256
# File 'lib/aws-sdk-networkmanager/types.rb', line 5251

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