Class: Aws::Types::UpdateMonitorInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


424
425
426
# File 'sig/types.rbs', line 424

def client_token
  @client_token
end

#health_events_configTypes::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_deliveryTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("PENDING", "ACTIVE", "INACTIVE", "ERROR")


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.

Returns:

  • (::Integer)


427
428
429
# File 'sig/types.rbs', line 427

def traffic_percentage_to_monitor
  @traffic_percentage_to_monitor
end