Class: Aws::Types::CreateMonitorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMonitorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
186 187 188 |
# File 'sig/types.rbs', line 186 def monitor_name @monitor_name end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
187 188 189 |
# File 'sig/types.rbs', line 187 def resource_arn @resource_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
188 189 190 |
# File 'sig/types.rbs', line 188 def end |