Class: Aws::EC2::Types::NetworkInsightsPath

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes a path.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_dateTime

The time stamp when the path was created.

Returns:

  • (Time)


52171
52172
52173
52174
52175
52176
52177
52178
52179
52180
52181
52182
52183
52184
52185
52186
52187
52188
# File 'lib/aws-sdk-ec2/types.rb', line 52171

class NetworkInsightsPath < Struct.new(
  :network_insights_path_id,
  :network_insights_path_arn,
  :created_date,
  :source,
  :destination,
  :source_arn,
  :destination_arn,
  :source_ip,
  :destination_ip,
  :protocol,
  :destination_port,
  :tags,
  :filter_at_source,
  :filter_at_destination)
  SENSITIVE = []
  include Aws::Structure
end

#destinationString

The ID of the destination.

Returns:

  • (String)


52171
52172
52173
52174
52175
52176
52177
52178
52179
52180
52181
52182
52183
52184
52185
52186
52187
52188
# File 'lib/aws-sdk-ec2/types.rb', line 52171

class NetworkInsightsPath < Struct.new(
  :network_insights_path_id,
  :network_insights_path_arn,
  :created_date,
  :source,
  :destination,
  :source_arn,
  :destination_arn,
  :source_ip,
  :destination_ip,
  :protocol,
  :destination_port,
  :tags,
  :filter_at_source,
  :filter_at_destination)
  SENSITIVE = []
  include Aws::Structure
end

#destination_arnString

The Amazon Resource Name (ARN) of the destination.

Returns:

  • (String)


52171
52172
52173
52174
52175
52176
52177
52178
52179
52180
52181
52182
52183
52184
52185
52186
52187
52188
# File 'lib/aws-sdk-ec2/types.rb', line 52171

class NetworkInsightsPath < Struct.new(
  :network_insights_path_id,
  :network_insights_path_arn,
  :created_date,
  :source,
  :destination,
  :source_arn,
  :destination_arn,
  :source_ip,
  :destination_ip,
  :protocol,
  :destination_port,
  :tags,
  :filter_at_source,
  :filter_at_destination)
  SENSITIVE = []
  include Aws::Structure
end

#destination_ipString

The IP address of the destination.

Returns:

  • (String)


52171
52172
52173
52174
52175
52176
52177
52178
52179
52180
52181
52182
52183
52184
52185
52186
52187
52188
# File 'lib/aws-sdk-ec2/types.rb', line 52171

class NetworkInsightsPath < Struct.new(
  :network_insights_path_id,
  :network_insights_path_arn,
  :created_date,
  :source,
  :destination,
  :source_arn,
  :destination_arn,
  :source_ip,
  :destination_ip,
  :protocol,
  :destination_port,
  :tags,
  :filter_at_source,
  :filter_at_destination)
  SENSITIVE = []
  include Aws::Structure
end

#destination_portInteger

The destination port.

Returns:

  • (Integer)


52171
52172
52173
52174
52175
52176
52177
52178
52179
52180
52181
52182
52183
52184
52185
52186
52187
52188
# File 'lib/aws-sdk-ec2/types.rb', line 52171

class NetworkInsightsPath < Struct.new(
  :network_insights_path_id,
  :network_insights_path_arn,
  :created_date,
  :source,
  :destination,
  :source_arn,
  :destination_arn,
  :source_ip,
  :destination_ip,
  :protocol,
  :destination_port,
  :tags,
  :filter_at_source,
  :filter_at_destination)
  SENSITIVE = []
  include Aws::Structure
end

#filter_at_destinationTypes::PathFilter

Scopes the analysis to network paths that match specific filters at the destination.

Returns:



52171
52172
52173
52174
52175
52176
52177
52178
52179
52180
52181
52182
52183
52184
52185
52186
52187
52188
# File 'lib/aws-sdk-ec2/types.rb', line 52171

class NetworkInsightsPath < Struct.new(
  :network_insights_path_id,
  :network_insights_path_arn,
  :created_date,
  :source,
  :destination,
  :source_arn,
  :destination_arn,
  :source_ip,
  :destination_ip,
  :protocol,
  :destination_port,
  :tags,
  :filter_at_source,
  :filter_at_destination)
  SENSITIVE = []
  include Aws::Structure
end

#filter_at_sourceTypes::PathFilter

Scopes the analysis to network paths that match specific filters at the source.

Returns:



52171
52172
52173
52174
52175
52176
52177
52178
52179
52180
52181
52182
52183
52184
52185
52186
52187
52188
# File 'lib/aws-sdk-ec2/types.rb', line 52171

class NetworkInsightsPath < Struct.new(
  :network_insights_path_id,
  :network_insights_path_arn,
  :created_date,
  :source,
  :destination,
  :source_arn,
  :destination_arn,
  :source_ip,
  :destination_ip,
  :protocol,
  :destination_port,
  :tags,
  :filter_at_source,
  :filter_at_destination)
  SENSITIVE = []
  include Aws::Structure
end

#network_insights_path_arnString

The Amazon Resource Name (ARN) of the path.

Returns:

  • (String)


52171
52172
52173
52174
52175
52176
52177
52178
52179
52180
52181
52182
52183
52184
52185
52186
52187
52188
# File 'lib/aws-sdk-ec2/types.rb', line 52171

class NetworkInsightsPath < Struct.new(
  :network_insights_path_id,
  :network_insights_path_arn,
  :created_date,
  :source,
  :destination,
  :source_arn,
  :destination_arn,
  :source_ip,
  :destination_ip,
  :protocol,
  :destination_port,
  :tags,
  :filter_at_source,
  :filter_at_destination)
  SENSITIVE = []
  include Aws::Structure
end

#network_insights_path_idString

The ID of the path.

Returns:

  • (String)


52171
52172
52173
52174
52175
52176
52177
52178
52179
52180
52181
52182
52183
52184
52185
52186
52187
52188
# File 'lib/aws-sdk-ec2/types.rb', line 52171

class NetworkInsightsPath < Struct.new(
  :network_insights_path_id,
  :network_insights_path_arn,
  :created_date,
  :source,
  :destination,
  :source_arn,
  :destination_arn,
  :source_ip,
  :destination_ip,
  :protocol,
  :destination_port,
  :tags,
  :filter_at_source,
  :filter_at_destination)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

The protocol.

Returns:

  • (String)


52171
52172
52173
52174
52175
52176
52177
52178
52179
52180
52181
52182
52183
52184
52185
52186
52187
52188
# File 'lib/aws-sdk-ec2/types.rb', line 52171

class NetworkInsightsPath < Struct.new(
  :network_insights_path_id,
  :network_insights_path_arn,
  :created_date,
  :source,
  :destination,
  :source_arn,
  :destination_arn,
  :source_ip,
  :destination_ip,
  :protocol,
  :destination_port,
  :tags,
  :filter_at_source,
  :filter_at_destination)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

The ID of the source.

Returns:

  • (String)


52171
52172
52173
52174
52175
52176
52177
52178
52179
52180
52181
52182
52183
52184
52185
52186
52187
52188
# File 'lib/aws-sdk-ec2/types.rb', line 52171

class NetworkInsightsPath < Struct.new(
  :network_insights_path_id,
  :network_insights_path_arn,
  :created_date,
  :source,
  :destination,
  :source_arn,
  :destination_arn,
  :source_ip,
  :destination_ip,
  :protocol,
  :destination_port,
  :tags,
  :filter_at_source,
  :filter_at_destination)
  SENSITIVE = []
  include Aws::Structure
end

#source_arnString

The Amazon Resource Name (ARN) of the source.

Returns:

  • (String)


52171
52172
52173
52174
52175
52176
52177
52178
52179
52180
52181
52182
52183
52184
52185
52186
52187
52188
# File 'lib/aws-sdk-ec2/types.rb', line 52171

class NetworkInsightsPath < Struct.new(
  :network_insights_path_id,
  :network_insights_path_arn,
  :created_date,
  :source,
  :destination,
  :source_arn,
  :destination_arn,
  :source_ip,
  :destination_ip,
  :protocol,
  :destination_port,
  :tags,
  :filter_at_source,
  :filter_at_destination)
  SENSITIVE = []
  include Aws::Structure
end

#source_ipString

The IP address of the source.

Returns:

  • (String)


52171
52172
52173
52174
52175
52176
52177
52178
52179
52180
52181
52182
52183
52184
52185
52186
52187
52188
# File 'lib/aws-sdk-ec2/types.rb', line 52171

class NetworkInsightsPath < Struct.new(
  :network_insights_path_id,
  :network_insights_path_arn,
  :created_date,
  :source,
  :destination,
  :source_arn,
  :destination_arn,
  :source_ip,
  :destination_ip,
  :protocol,
  :destination_port,
  :tags,
  :filter_at_source,
  :filter_at_destination)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags associated with the path.

Returns:



52171
52172
52173
52174
52175
52176
52177
52178
52179
52180
52181
52182
52183
52184
52185
52186
52187
52188
# File 'lib/aws-sdk-ec2/types.rb', line 52171

class NetworkInsightsPath < Struct.new(
  :network_insights_path_id,
  :network_insights_path_arn,
  :created_date,
  :source,
  :destination,
  :source_arn,
  :destination_arn,
  :source_ip,
  :destination_ip,
  :protocol,
  :destination_port,
  :tags,
  :filter_at_source,
  :filter_at_destination)
  SENSITIVE = []
  include Aws::Structure
end