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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/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)


4890
4891
4892
4893
4894
4895
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4890

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)


4890
4891
4892
4893
4894
4895
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4890

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