Module: Aws::NetworkMonitor::Client::_CreateProbeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateProbeOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #address_family ⇒ "IPV4", "IPV6"
- #created_at ⇒ ::Time
- #destination ⇒ ::String
- #destination_port ⇒ ::Integer
- #modified_at ⇒ ::Time
- #packet_size ⇒ ::Integer
- #probe_arn ⇒ ::String
- #probe_id ⇒ ::String
- #protocol ⇒ "TCP", "ICMP"
- #source_arn ⇒ ::String
- #state ⇒ "PENDING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #vpc_id ⇒ ::String
Instance Method Details
#address_family ⇒ "IPV4", "IPV6"
117 |
# File 'sig/client.rbs', line 117
def address_family: () -> ("IPV4" | "IPV6")
|
#created_at ⇒ ::Time
120 |
# File 'sig/client.rbs', line 120
def created_at: () -> ::Time
|
#destination ⇒ ::String
113 |
# File 'sig/client.rbs', line 113
def destination: () -> ::String
|
#destination_port ⇒ ::Integer
114 |
# File 'sig/client.rbs', line 114
def destination_port: () -> ::Integer
|
#modified_at ⇒ ::Time
121 |
# File 'sig/client.rbs', line 121
def modified_at: () -> ::Time
|
#packet_size ⇒ ::Integer
116 |
# File 'sig/client.rbs', line 116
def packet_size: () -> ::Integer
|
#probe_arn ⇒ ::String
111 |
# File 'sig/client.rbs', line 111
def probe_arn: () -> ::String
|
#probe_id ⇒ ::String
110 |
# File 'sig/client.rbs', line 110
def probe_id: () -> ::String
|
#protocol ⇒ "TCP", "ICMP"
115 |
# File 'sig/client.rbs', line 115
def protocol: () -> ("TCP" | "ICMP")
|
#source_arn ⇒ ::String
112 |
# File 'sig/client.rbs', line 112
def source_arn: () -> ::String
|
#state ⇒ "PENDING", ...
119 |
# File 'sig/client.rbs', line 119
def state: () -> ("PENDING" | "ACTIVE" | "INACTIVE" | "ERROR" | "DELETING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
122 |
# File 'sig/client.rbs', line 122
def tags: () -> ::Hash[::String, ::String]
|
#vpc_id ⇒ ::String
118 |
# File 'sig/client.rbs', line 118
def vpc_id: () -> ::String
|