Class: Aws::Types::UpdateProbeOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address_family"IPV4", "IPV6"

Returns the value of attribute address_family.

Returns:

  • ("IPV4", "IPV6")


262
263
264
# File 'sig/types.rbs', line 262

def address_family
  @address_family
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


265
266
267
# File 'sig/types.rbs', line 265

def created_at
  @created_at
end

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def destination
  @destination
end

#destination_port::Integer

Returns the value of attribute destination_port.

Returns:

  • (::Integer)


259
260
261
# File 'sig/types.rbs', line 259

def destination_port
  @destination_port
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


266
267
268
# File 'sig/types.rbs', line 266

def modified_at
  @modified_at
end

#packet_size::Integer

Returns the value of attribute packet_size.

Returns:

  • (::Integer)


261
262
263
# File 'sig/types.rbs', line 261

def packet_size
  @packet_size
end

#probe_arn::String

Returns the value of attribute probe_arn.

Returns:

  • (::String)


256
257
258
# File 'sig/types.rbs', line 256

def probe_arn
  @probe_arn
end

#probe_id::String

Returns the value of attribute probe_id.

Returns:

  • (::String)


255
256
257
# File 'sig/types.rbs', line 255

def probe_id
  @probe_id
end

#protocol"TCP", "ICMP"

Returns the value of attribute protocol.

Returns:

  • ("TCP", "ICMP")


260
261
262
# File 'sig/types.rbs', line 260

def protocol
  @protocol
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def source_arn
  @source_arn
end

#state"PENDING", ...

Returns the value of attribute state.

Returns:

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


264
265
266
# File 'sig/types.rbs', line 264

def state
  @state
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


267
268
269
# File 'sig/types.rbs', line 267

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


263
264
265
# File 'sig/types.rbs', line 263

def vpc_id
  @vpc_id
end