Class: Aws::Types::CreateNetworkInsightsPathRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2873
2874
2875
# File 'sig/types.rbs', line 2873

def client_token
  @client_token
end

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


2868
2869
2870
# File 'sig/types.rbs', line 2868

def destination
  @destination
end

#destination_ip::String

Returns the value of attribute destination_ip.

Returns:

  • (::String)


2866
2867
2868
# File 'sig/types.rbs', line 2866

def destination_ip
  @destination_ip
end

#destination_port::Integer

Returns the value of attribute destination_port.

Returns:

  • (::Integer)


2870
2871
2872
# File 'sig/types.rbs', line 2870

def destination_port
  @destination_port
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2872
2873
2874
# File 'sig/types.rbs', line 2872

def dry_run
  @dry_run
end

#filter_at_destinationTypes::PathRequestFilter

Returns the value of attribute filter_at_destination.



2875
2876
2877
# File 'sig/types.rbs', line 2875

def filter_at_destination
  @filter_at_destination
end

#filter_at_sourceTypes::PathRequestFilter

Returns the value of attribute filter_at_source.



2874
2875
2876
# File 'sig/types.rbs', line 2874

def filter_at_source
  @filter_at_source
end

#protocol"tcp", "udp"

Returns the value of attribute protocol.

Returns:

  • ("tcp", "udp")


2869
2870
2871
# File 'sig/types.rbs', line 2869

def protocol
  @protocol
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


2867
2868
2869
# File 'sig/types.rbs', line 2867

def source
  @source
end

#source_ip::String

Returns the value of attribute source_ip.

Returns:

  • (::String)


2865
2866
2867
# File 'sig/types.rbs', line 2865

def source_ip
  @source_ip
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2871
2872
2873
# File 'sig/types.rbs', line 2871

def tag_specifications
  @tag_specifications
end