Class: Aws::Types::NetworkInsightsPath

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


15393
15394
15395
# File 'sig/types.rbs', line 15393

def created_date
  @created_date
end

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


15395
15396
15397
# File 'sig/types.rbs', line 15395

def destination
  @destination
end

#destination_arn::String

Returns the value of attribute destination_arn.

Returns:

  • (::String)


15397
15398
15399
# File 'sig/types.rbs', line 15397

def destination_arn
  @destination_arn
end

#destination_ip::String

Returns the value of attribute destination_ip.

Returns:

  • (::String)


15399
15400
15401
# File 'sig/types.rbs', line 15399

def destination_ip
  @destination_ip
end

#destination_port::Integer

Returns the value of attribute destination_port.

Returns:

  • (::Integer)


15401
15402
15403
# File 'sig/types.rbs', line 15401

def destination_port
  @destination_port
end

#filter_at_destinationTypes::PathFilter

Returns the value of attribute filter_at_destination.

Returns:



15404
15405
15406
# File 'sig/types.rbs', line 15404

def filter_at_destination
  @filter_at_destination
end

#filter_at_sourceTypes::PathFilter

Returns the value of attribute filter_at_source.

Returns:



15403
15404
15405
# File 'sig/types.rbs', line 15403

def filter_at_source
  @filter_at_source
end

#network_insights_path_arn::String

Returns the value of attribute network_insights_path_arn.

Returns:

  • (::String)


15392
15393
15394
# File 'sig/types.rbs', line 15392

def network_insights_path_arn
  @network_insights_path_arn
end

#network_insights_path_id::String

Returns the value of attribute network_insights_path_id.

Returns:

  • (::String)


15391
15392
15393
# File 'sig/types.rbs', line 15391

def network_insights_path_id
  @network_insights_path_id
end

#protocol"tcp", "udp"

Returns the value of attribute protocol.

Returns:

  • ("tcp", "udp")


15400
15401
15402
# File 'sig/types.rbs', line 15400

def protocol
  @protocol
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


15394
15395
15396
# File 'sig/types.rbs', line 15394

def source
  @source
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


15396
15397
15398
# File 'sig/types.rbs', line 15396

def source_arn
  @source_arn
end

#source_ip::String

Returns the value of attribute source_ip.

Returns:

  • (::String)


15398
15399
15400
# File 'sig/types.rbs', line 15398

def source_ip
  @source_ip
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



15402
15403
15404
# File 'sig/types.rbs', line 15402

def tags
  @tags
end