Class: Aws::Types::CreateProbeOutput

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")


65
66
67
# File 'sig/types.rbs', line 65

def address_family
  @address_family
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


68
69
70
# File 'sig/types.rbs', line 68

def created_at
  @created_at
end

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def destination
  @destination
end

#destination_port::Integer

Returns the value of attribute destination_port.

Returns:

  • (::Integer)


62
63
64
# File 'sig/types.rbs', line 62

def destination_port
  @destination_port
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


69
70
71
# File 'sig/types.rbs', line 69

def modified_at
  @modified_at
end

#packet_size::Integer

Returns the value of attribute packet_size.

Returns:

  • (::Integer)


64
65
66
# File 'sig/types.rbs', line 64

def packet_size
  @packet_size
end

#probe_arn::String

Returns the value of attribute probe_arn.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def probe_arn
  @probe_arn
end

#probe_id::String

Returns the value of attribute probe_id.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def probe_id
  @probe_id
end

#protocol"TCP", "ICMP"

Returns the value of attribute protocol.

Returns:

  • ("TCP", "ICMP")


63
64
65
# File 'sig/types.rbs', line 63

def protocol
  @protocol
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def source_arn
  @source_arn
end

#state"PENDING", ...

Returns the value of attribute state.

Returns:

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


67
68
69
# File 'sig/types.rbs', line 67

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


70
71
72
# File 'sig/types.rbs', line 70

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def vpc_id
  @vpc_id
end