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)


2985
2986
2987
# File 'sig/types.rbs', line 2985

def client_token
  @client_token
end

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


2980
2981
2982
# File 'sig/types.rbs', line 2980

def destination
  @destination
end

#destination_ip::String

Returns the value of attribute destination_ip.

Returns:

  • (::String)


2978
2979
2980
# File 'sig/types.rbs', line 2978

def destination_ip
  @destination_ip
end

#destination_port::Integer

Returns the value of attribute destination_port.

Returns:

  • (::Integer)


2982
2983
2984
# File 'sig/types.rbs', line 2982

def destination_port
  @destination_port
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2984
2985
2986
# File 'sig/types.rbs', line 2984

def dry_run
  @dry_run
end

#filter_at_destinationTypes::PathRequestFilter

Returns the value of attribute filter_at_destination.



2987
2988
2989
# File 'sig/types.rbs', line 2987

def filter_at_destination
  @filter_at_destination
end

#filter_at_sourceTypes::PathRequestFilter

Returns the value of attribute filter_at_source.



2986
2987
2988
# File 'sig/types.rbs', line 2986

def filter_at_source
  @filter_at_source
end

#protocol"tcp", "udp"

Returns the value of attribute protocol.

Returns:

  • ("tcp", "udp")


2981
2982
2983
# File 'sig/types.rbs', line 2981

def protocol
  @protocol
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


2979
2980
2981
# File 'sig/types.rbs', line 2979

def source
  @source
end

#source_ip::String

Returns the value of attribute source_ip.

Returns:

  • (::String)


2977
2978
2979
# File 'sig/types.rbs', line 2977

def source_ip
  @source_ip
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2983
2984
2985
# File 'sig/types.rbs', line 2983

def tag_specifications
  @tag_specifications
end