Class: Aws::Types::CreateMonitorOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateMonitorOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_period ⇒ ::Integer
Returns the value of attribute aggregation_period.
-
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
-
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#aggregation_period ⇒ ::Integer
Returns the value of attribute aggregation_period.
34 35 36 |
# File 'sig/types.rbs', line 34 def aggregation_period @aggregation_period end |
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
31 32 33 |
# File 'sig/types.rbs', line 31 def monitor_arn @monitor_arn end |
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
32 33 34 |
# File 'sig/types.rbs', line 32 def monitor_name @monitor_name end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
33 34 35 |
# File 'sig/types.rbs', line 33 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
35 36 37 |
# File 'sig/types.rbs', line 35 def end |