Class: Aws::Types::UpdateMonitorInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMonitorInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#health_events_config ⇒ Types::HealthEventsConfig
Returns the value of attribute health_events_config.
-
#internet_measurements_log_delivery ⇒ Types::InternetMeasurementsLogDelivery
Returns the value of attribute internet_measurements_log_delivery.
-
#max_city_networks_to_monitor ⇒ ::Integer
Returns the value of attribute max_city_networks_to_monitor.
-
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
-
#resources_to_add ⇒ ::Array[::String]
Returns the value of attribute resources_to_add.
-
#resources_to_remove ⇒ ::Array[::String]
Returns the value of attribute resources_to_remove.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#traffic_percentage_to_monitor ⇒ ::Integer
Returns the value of attribute traffic_percentage_to_monitor.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
424 425 426 |
# File 'sig/types.rbs', line 424 def client_token @client_token end |
#health_events_config ⇒ Types::HealthEventsConfig
Returns the value of attribute health_events_config.
428 429 430 |
# File 'sig/types.rbs', line 428 def health_events_config @health_events_config end |
#internet_measurements_log_delivery ⇒ Types::InternetMeasurementsLogDelivery
Returns the value of attribute internet_measurements_log_delivery.
426 427 428 |
# File 'sig/types.rbs', line 426 def internet_measurements_log_delivery @internet_measurements_log_delivery end |
#max_city_networks_to_monitor ⇒ ::Integer
Returns the value of attribute max_city_networks_to_monitor.
425 426 427 |
# File 'sig/types.rbs', line 425 def max_city_networks_to_monitor @max_city_networks_to_monitor end |
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
420 421 422 |
# File 'sig/types.rbs', line 420 def monitor_name @monitor_name end |
#resources_to_add ⇒ ::Array[::String]
Returns the value of attribute resources_to_add.
421 422 423 |
# File 'sig/types.rbs', line 421 def resources_to_add @resources_to_add end |
#resources_to_remove ⇒ ::Array[::String]
Returns the value of attribute resources_to_remove.
422 423 424 |
# File 'sig/types.rbs', line 422 def resources_to_remove @resources_to_remove end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
423 424 425 |
# File 'sig/types.rbs', line 423 def status @status end |
#traffic_percentage_to_monitor ⇒ ::Integer
Returns the value of attribute traffic_percentage_to_monitor.
427 428 429 |
# File 'sig/types.rbs', line 427 def traffic_percentage_to_monitor @traffic_percentage_to_monitor end |