Class: Aws::Types::CreateProbeInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateProbeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
-
#probe ⇒ Types::ProbeInput
Returns the value of attribute probe.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
52 53 54 |
# File 'sig/types.rbs', line 52 def client_token @client_token end |
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
50 51 52 |
# File 'sig/types.rbs', line 50 def monitor_name @monitor_name end |
#probe ⇒ Types::ProbeInput
Returns the value of attribute probe.
51 52 53 |
# File 'sig/types.rbs', line 51 def probe @probe end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
53 54 55 |
# File 'sig/types.rbs', line 53 def end |