Class: Aws::Types::UpdateProbeInput

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)


247
248
249
# File 'sig/types.rbs', line 247

def destination
  @destination
end

#destination_port::Integer

Returns the value of attribute destination_port.

Returns:

  • (::Integer)


248
249
250
# File 'sig/types.rbs', line 248

def destination_port
  @destination_port
end

#monitor_name::String

Returns the value of attribute monitor_name.

Returns:

  • (::String)


244
245
246
# File 'sig/types.rbs', line 244

def monitor_name
  @monitor_name
end

#packet_size::Integer

Returns the value of attribute packet_size.

Returns:

  • (::Integer)


250
251
252
# File 'sig/types.rbs', line 250

def packet_size
  @packet_size
end

#probe_id::String

Returns the value of attribute probe_id.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def probe_id
  @probe_id
end

#protocol"TCP", "ICMP"

Returns the value of attribute protocol.

Returns:

  • ("TCP", "ICMP")


249
250
251
# File 'sig/types.rbs', line 249

def protocol
  @protocol
end

#state"PENDING", ...

Returns the value of attribute state.

Returns:

  • ("PENDING", "ACTIVE", "INACTIVE", "ERROR", "DELETING", "DELETED")


246
247
248
# File 'sig/types.rbs', line 246

def state
  @state
end