Class: Aws::Types::UpdateAppMonitorRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_monitor_configurationTypes::AppMonitorConfiguration

Returns the value of attribute app_monitor_configuration.



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

def app_monitor_configuration
  @app_monitor_configuration
end

#custom_eventsTypes::CustomEvents

Returns the value of attribute custom_events.

Returns:



429
430
431
# File 'sig/types.rbs', line 429

def custom_events
  @custom_events
end

#cw_log_enabledBoolean

Returns the value of attribute cw_log_enabled.

Returns:

  • (Boolean)


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

def cw_log_enabled
  @cw_log_enabled
end

#deobfuscation_configurationTypes::DeobfuscationConfiguration

Returns the value of attribute deobfuscation_configuration.



430
431
432
# File 'sig/types.rbs', line 430

def deobfuscation_configuration
  @deobfuscation_configuration
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


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

def domain
  @domain
end

#domain_list::Array[::String]

Returns the value of attribute domain_list.

Returns:

  • (::Array[::String])


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

def domain_list
  @domain_list
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end