Class: Aws::Types::UpdateMonitorRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMonitorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#monitor_id ⇒ ::String
Returns the value of attribute monitor_id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#subdomain ⇒ ::String
Returns the value of attribute subdomain.
Instance Attribute Details
#display_name ⇒ ::String
Returns the value of attribute display_name.
3227 3228 3229 |
# File 'sig/types.rbs', line 3227 def display_name @display_name end |
#monitor_id ⇒ ::String
Returns the value of attribute monitor_id.
3225 3226 3227 |
# File 'sig/types.rbs', line 3225 def monitor_id @monitor_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3228 3229 3230 |
# File 'sig/types.rbs', line 3228 def role_arn @role_arn end |
#subdomain ⇒ ::String
Returns the value of attribute subdomain.
3226 3227 3228 |
# File 'sig/types.rbs', line 3226 def subdomain @subdomain end |