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)


3035
3036
3037
# File 'sig/types.rbs', line 3035

def client_token
  @client_token
end

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


3030
3031
3032
# File 'sig/types.rbs', line 3030

def destination
  @destination
end

#destination_ip::String

Returns the value of attribute destination_ip.

Returns:

  • (::String)


3028
3029
3030
# File 'sig/types.rbs', line 3028

def destination_ip
  @destination_ip
end

#destination_port::Integer

Returns the value of attribute destination_port.

Returns:

  • (::Integer)


3032
3033
3034
# File 'sig/types.rbs', line 3032

def destination_port
  @destination_port
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3034
3035
3036
# File 'sig/types.rbs', line 3034

def dry_run
  @dry_run
end

#filter_at_destinationTypes::PathRequestFilter

Returns the value of attribute filter_at_destination.



3037
3038
3039
# File 'sig/types.rbs', line 3037

def filter_at_destination
  @filter_at_destination
end

#filter_at_sourceTypes::PathRequestFilter

Returns the value of attribute filter_at_source.



3036
3037
3038
# File 'sig/types.rbs', line 3036

def filter_at_source
  @filter_at_source
end

#protocol"tcp", "udp"

Returns the value of attribute protocol.

Returns:

  • ("tcp", "udp")


3031
3032
3033
# File 'sig/types.rbs', line 3031

def protocol
  @protocol
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


3029
3030
3031
# File 'sig/types.rbs', line 3029

def source
  @source
end

#source_ip::String

Returns the value of attribute source_ip.

Returns:

  • (::String)


3027
3028
3029
# File 'sig/types.rbs', line 3027

def source_ip
  @source_ip
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3033
3034
3035
# File 'sig/types.rbs', line 3033

def tag_specifications
  @tag_specifications
end