Class: Aws::Types::CreateMonitorInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateMonitorInput
- 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 ⇒ ::Array[::String]
Returns the value of attribute resources.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
48 49 50 |
# File 'sig/types.rbs', line 48 def client_token @client_token end |
#health_events_config ⇒ Types::HealthEventsConfig
Returns the value of attribute health_events_config.
53 54 55 |
# File 'sig/types.rbs', line 53 def health_events_config @health_events_config end |
#internet_measurements_log_delivery ⇒ Types::InternetMeasurementsLogDelivery
Returns the value of attribute internet_measurements_log_delivery.
51 52 53 |
# File 'sig/types.rbs', line 51 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.
50 51 52 |
# File 'sig/types.rbs', line 50 def max_city_networks_to_monitor @max_city_networks_to_monitor end |
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
46 47 48 |
# File 'sig/types.rbs', line 46 def monitor_name @monitor_name end |
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
47 48 49 |
# File 'sig/types.rbs', line 47 def resources @resources end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
49 50 51 |
# File 'sig/types.rbs', line 49 def @tags end |
#traffic_percentage_to_monitor ⇒ ::Integer
Returns the value of attribute traffic_percentage_to_monitor.
52 53 54 |
# File 'sig/types.rbs', line 52 def traffic_percentage_to_monitor @traffic_percentage_to_monitor end |