Class: Aws::Types::AppMonitor
- Inherits:
-
Object
- Object
- Aws::Types::AppMonitor
- 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.
-
#created ⇒ ::String
Returns the value of attribute created.
-
#custom_events ⇒ Types::CustomEvents
Returns the value of attribute custom_events.
-
#data_storage ⇒ Types::DataStorage
Returns the value of attribute data_storage.
-
#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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified ⇒ ::String
Returns the value of attribute last_modified.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#platform ⇒ "Web", ...
Returns the value of attribute platform.
-
#state ⇒ "CREATED", ...
Returns the value of attribute state.
-
#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.
25 26 27 |
# File 'sig/types.rbs', line 25 def app_monitor_configuration @app_monitor_configuration end |
#created ⇒ ::String
Returns the value of attribute created.
21 22 23 |
# File 'sig/types.rbs', line 21 def created @created end |
#custom_events ⇒ Types::CustomEvents
Returns the value of attribute custom_events.
27 28 29 |
# File 'sig/types.rbs', line 27 def custom_events @custom_events end |
#data_storage ⇒ Types::DataStorage
Returns the value of attribute data_storage.
26 27 28 |
# File 'sig/types.rbs', line 26 def data_storage @data_storage end |
#deobfuscation_configuration ⇒ Types::DeobfuscationConfiguration
Returns the value of attribute deobfuscation_configuration.
28 29 30 |
# File 'sig/types.rbs', line 28 def deobfuscation_configuration @deobfuscation_configuration end |
#domain ⇒ ::String
Returns the value of attribute domain.
18 19 20 |
# File 'sig/types.rbs', line 18 def domain @domain end |
#domain_list ⇒ ::Array[::String]
Returns the value of attribute domain_list.
19 20 21 |
# File 'sig/types.rbs', line 19 def domain_list @domain_list end |
#id ⇒ ::String
Returns the value of attribute id.
20 21 22 |
# File 'sig/types.rbs', line 20 def id @id end |
#last_modified ⇒ ::String
Returns the value of attribute last_modified.
22 23 24 |
# File 'sig/types.rbs', line 22 def last_modified @last_modified end |
#name ⇒ ::String
Returns the value of attribute name.
17 18 19 |
# File 'sig/types.rbs', line 17 def name @name end |
#platform ⇒ "Web", ...
Returns the value of attribute platform.
29 30 31 |
# File 'sig/types.rbs', line 29 def platform @platform end |
#state ⇒ "CREATED", ...
Returns the value of attribute state.
24 25 26 |
# File 'sig/types.rbs', line 24 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
23 24 25 |
# File 'sig/types.rbs', line 23 def @tags end |