Class: Aws::Types::GetProbeOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetProbeOutput
- 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.
122 123 124 |
# File 'sig/types.rbs', line 122 def address_family @address_family end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
125 126 127 |
# File 'sig/types.rbs', line 125 def created_at @created_at end |
#destination ⇒ ::String
Returns the value of attribute destination.
118 119 120 |
# File 'sig/types.rbs', line 118 def destination @destination end |
#destination_port ⇒ ::Integer
Returns the value of attribute destination_port.
119 120 121 |
# File 'sig/types.rbs', line 119 def destination_port @destination_port end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
126 127 128 |
# File 'sig/types.rbs', line 126 def modified_at @modified_at end |
#packet_size ⇒ ::Integer
Returns the value of attribute packet_size.
121 122 123 |
# File 'sig/types.rbs', line 121 def packet_size @packet_size end |
#probe_arn ⇒ ::String
Returns the value of attribute probe_arn.
116 117 118 |
# File 'sig/types.rbs', line 116 def probe_arn @probe_arn end |
#probe_id ⇒ ::String
Returns the value of attribute probe_id.
115 116 117 |
# File 'sig/types.rbs', line 115 def probe_id @probe_id end |
#protocol ⇒ "TCP", "ICMP"
Returns the value of attribute protocol.
120 121 122 |
# File 'sig/types.rbs', line 120 def protocol @protocol end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
117 118 119 |
# File 'sig/types.rbs', line 117 def source_arn @source_arn end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
124 125 126 |
# File 'sig/types.rbs', line 124 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
127 128 129 |
# File 'sig/types.rbs', line 127 def end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
123 124 125 |
# File 'sig/types.rbs', line 123 def vpc_id @vpc_id end |