Class: Aws::Types::CreateProbeOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateProbeOutput
- 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.
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.
68 69 70 |
# File 'sig/types.rbs', line 68 def created_at @created_at end |
#destination ⇒ ::String
Returns the value of attribute destination.
61 62 63 |
# File 'sig/types.rbs', line 61 def destination @destination end |
#destination_port ⇒ ::Integer
Returns the value of attribute destination_port.
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.
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.
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.
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.
58 59 60 |
# File 'sig/types.rbs', line 58 def probe_id @probe_id end |
#protocol ⇒ "TCP", "ICMP"
Returns the value of attribute protocol.
63 64 65 |
# File 'sig/types.rbs', line 63 def protocol @protocol end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
60 61 62 |
# File 'sig/types.rbs', line 60 def source_arn @source_arn end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
67 68 69 |
# File 'sig/types.rbs', line 67 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
70 71 72 |
# File 'sig/types.rbs', line 70 def end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
66 67 68 |
# File 'sig/types.rbs', line 66 def vpc_id @vpc_id end |