Class: Aws::Types::CreateAppMonitorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAppMonitorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_monitor_configuration ⇒ Types::AppMonitorConfiguration
Returns the value of attribute app_monitor_configuration.
-
#custom_events ⇒ Types::CustomEvents
Returns the value of attribute custom_events.
-
#cw_log_enabled ⇒ Boolean
Returns the value of attribute cw_log_enabled.
-
#deobfuscation_configuration ⇒ Types::DeobfuscationConfiguration
Returns the value of attribute deobfuscation_configuration.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#domain_list ⇒ ::Array[::String]
Returns the value of attribute domain_list.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#platform ⇒ "Web", ...
Returns the value of attribute platform.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#app_monitor_configuration ⇒ Types::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_events ⇒ Types::CustomEvents
Returns the value of attribute custom_events.
134 135 136 |
# File 'sig/types.rbs', line 134 def custom_events @custom_events end |
#cw_log_enabled ⇒ Boolean
Returns the value of attribute cw_log_enabled.
133 134 135 |
# File 'sig/types.rbs', line 133 def cw_log_enabled @cw_log_enabled end |
#deobfuscation_configuration ⇒ Types::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.
129 130 131 |
# File 'sig/types.rbs', line 129 def domain @domain end |
#domain_list ⇒ ::Array[::String]
Returns the value of attribute domain_list.
130 131 132 |
# File 'sig/types.rbs', line 130 def domain_list @domain_list end |
#name ⇒ ::String
Returns the value of attribute name.
128 129 130 |
# File 'sig/types.rbs', line 128 def name @name end |
#platform ⇒ "Web", ...
Returns the value of attribute platform.
136 137 138 |
# File 'sig/types.rbs', line 136 def platform @platform end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
131 132 133 |
# File 'sig/types.rbs', line 131 def @tags end |