Class: Aws::Types::CreateAppMonitorRequest

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.



132
133
134
# File 'sig/types.rbs', line 132

def app_monitor_configuration
  @app_monitor_configuration
end

#custom_eventsTypes::CustomEvents

Returns the value of attribute custom_events.

Returns:



134
135
136
# File 'sig/types.rbs', line 134

def custom_events
  @custom_events
end

#cw_log_enabledBoolean

Returns the value of attribute cw_log_enabled.

Returns:

  • (Boolean)


133
134
135
# File 'sig/types.rbs', line 133

def cw_log_enabled
  @cw_log_enabled
end

#deobfuscation_configurationTypes::DeobfuscationConfiguration

Returns the value of attribute deobfuscation_configuration.



135
136
137
# File 'sig/types.rbs', line 135

def deobfuscation_configuration
  @deobfuscation_configuration
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def domain
  @domain
end

#domain_list::Array[::String]

Returns the value of attribute domain_list.

Returns:

  • (::Array[::String])


130
131
132
# File 'sig/types.rbs', line 130

def domain_list
  @domain_list
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def name
  @name
end

#platform"Web", ...

Returns the value of attribute platform.

Returns:

  • ("Web", "Android", "iOS")


136
137
138
# File 'sig/types.rbs', line 136

def platform
  @platform
end

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

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


131
132
133
# File 'sig/types.rbs', line 131

def tags
  @tags
end