Class: Aws::Types::CreateMonitorInput

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:



48
49
50
# File 'sig/types.rbs', line 48

def client_token
  @client_token
end

#health_events_configTypes::HealthEventsConfig

Returns the value of attribute health_events_config.

Returns:



53
54
55
# File 'sig/types.rbs', line 53

def health_events_config
  @health_events_config
end

#internet_measurements_log_deliveryTypes::InternetMeasurementsLogDelivery

Returns the value of attribute internet_measurements_log_delivery.

Returns:



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.

Returns:



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.

Returns:



46
47
48
# File 'sig/types.rbs', line 46

def monitor_name
  @monitor_name
end

#resources::Array[::String]

Returns the value of attribute resources.

Returns:



47
48
49
# File 'sig/types.rbs', line 47

def resources
  @resources
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



49
50
51
# File 'sig/types.rbs', line 49

def tags
  @tags
end

#traffic_percentage_to_monitor::Integer

Returns the value of attribute traffic_percentage_to_monitor.

Returns:



52
53
54
# File 'sig/types.rbs', line 52

def traffic_percentage_to_monitor
  @traffic_percentage_to_monitor
end