Class: Aws::Types::CreateMonitorProbeInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def destination
  @destination
end

#destination_port::Integer

Returns the value of attribute destination_port.

Returns:

  • (::Integer)


42
43
44
# File 'sig/types.rbs', line 42

def destination_port
  @destination_port
end

#packet_size::Integer

Returns the value of attribute packet_size.

Returns:

  • (::Integer)


44
45
46
# File 'sig/types.rbs', line 44

def packet_size
  @packet_size
end

#probe_tags::Hash[::String, ::String]

Returns the value of attribute probe_tags.

Returns:

  • (::Hash[::String, ::String])


45
46
47
# File 'sig/types.rbs', line 45

def probe_tags
  @probe_tags
end

#protocol"TCP", "ICMP"

Returns the value of attribute protocol.

Returns:

  • ("TCP", "ICMP")


43
44
45
# File 'sig/types.rbs', line 43

def protocol
  @protocol
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def source_arn
  @source_arn
end