Module: Aws::NetworkMonitor::Client::_CreateProbeResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CreateProbeOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#address_family"IPV4", "IPV6"

Returns:

  • ("IPV4", "IPV6")


117
# File 'sig/client.rbs', line 117

def address_family: () -> ("IPV4" | "IPV6")

#created_at::Time

Returns:

  • (::Time)


120
# File 'sig/client.rbs', line 120

def created_at: () -> ::Time

#destination::String

Returns:

  • (::String)


113
# File 'sig/client.rbs', line 113

def destination: () -> ::String

#destination_port::Integer

Returns:

  • (::Integer)


114
# File 'sig/client.rbs', line 114

def destination_port: () -> ::Integer

#modified_at::Time

Returns:

  • (::Time)


121
# File 'sig/client.rbs', line 121

def modified_at: () -> ::Time

#packet_size::Integer

Returns:

  • (::Integer)


116
# File 'sig/client.rbs', line 116

def packet_size: () -> ::Integer

#probe_arn::String

Returns:

  • (::String)


111
# File 'sig/client.rbs', line 111

def probe_arn: () -> ::String

#probe_id::String

Returns:

  • (::String)


110
# File 'sig/client.rbs', line 110

def probe_id: () -> ::String

#protocol"TCP", "ICMP"

Returns:

  • ("TCP", "ICMP")


115
# File 'sig/client.rbs', line 115

def protocol: () -> ("TCP" | "ICMP")

#source_arn::String

Returns:

  • (::String)


112
# File 'sig/client.rbs', line 112

def source_arn: () -> ::String

#state"PENDING", ...

Returns:

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


119
# File 'sig/client.rbs', line 119

def state: () -> ("PENDING" | "ACTIVE" | "INACTIVE" | "ERROR" | "DELETING" | "DELETED")

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

Returns:

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


122
# File 'sig/client.rbs', line 122

def tags: () -> ::Hash[::String, ::String]

#vpc_id::String

Returns:

  • (::String)


118
# File 'sig/client.rbs', line 118

def vpc_id: () -> ::String