Class: Aws::Types::Probe
- Inherits:
-
Object
- Object
- Aws::Types::Probe
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_family ⇒ "IPV4", "IPV6"
Returns the value of attribute address_family.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#destination_port ⇒ ::Integer
Returns the value of attribute destination_port.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#packet_size ⇒ ::Integer
Returns the value of attribute packet_size.
-
#probe_arn ⇒ ::String
Returns the value of attribute probe_arn.
-
#probe_id ⇒ ::String
Returns the value of attribute probe_id.
-
#protocol ⇒ "TCP", "ICMP"
Returns the value of attribute protocol.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#address_family ⇒ "IPV4", "IPV6"
Returns the value of attribute address_family.
176 177 178 |
# File 'sig/types.rbs', line 176 def address_family @address_family end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
179 180 181 |
# File 'sig/types.rbs', line 179 def created_at @created_at end |
#destination ⇒ ::String
Returns the value of attribute destination.
172 173 174 |
# File 'sig/types.rbs', line 172 def destination @destination end |
#destination_port ⇒ ::Integer
Returns the value of attribute destination_port.
173 174 175 |
# File 'sig/types.rbs', line 173 def destination_port @destination_port end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
180 181 182 |
# File 'sig/types.rbs', line 180 def modified_at @modified_at end |
#packet_size ⇒ ::Integer
Returns the value of attribute packet_size.
175 176 177 |
# File 'sig/types.rbs', line 175 def packet_size @packet_size end |
#probe_arn ⇒ ::String
Returns the value of attribute probe_arn.
170 171 172 |
# File 'sig/types.rbs', line 170 def probe_arn @probe_arn end |
#probe_id ⇒ ::String
Returns the value of attribute probe_id.
169 170 171 |
# File 'sig/types.rbs', line 169 def probe_id @probe_id end |
#protocol ⇒ "TCP", "ICMP"
Returns the value of attribute protocol.
174 175 176 |
# File 'sig/types.rbs', line 174 def protocol @protocol end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
171 172 173 |
# File 'sig/types.rbs', line 171 def source_arn @source_arn end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
178 179 180 |
# File 'sig/types.rbs', line 178 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
181 182 183 |
# File 'sig/types.rbs', line 181 def end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
177 178 179 |
# File 'sig/types.rbs', line 177 def vpc_id @vpc_id end |