Class: Aws::Types::AppMonitor

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.



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.

Returns:

  • (::String)


21
22
23
# File 'sig/types.rbs', line 21

def created
  @created
end

#custom_eventsTypes::CustomEvents

Returns the value of attribute custom_events.

Returns:



27
28
29
# File 'sig/types.rbs', line 27

def custom_events
  @custom_events
end

#data_storageTypes::DataStorage

Returns the value of attribute data_storage.

Returns:



26
27
28
# File 'sig/types.rbs', line 26

def data_storage
  @data_storage
end

#deobfuscation_configurationTypes::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.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def domain
  @domain
end

#domain_list::Array[::String]

Returns the value of attribute domain_list.

Returns:

  • (::Array[::String])


19
20
21
# File 'sig/types.rbs', line 19

def domain_list
  @domain_list
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def id
  @id
end

#last_modified::String

Returns the value of attribute last_modified.

Returns:

  • (::String)


22
23
24
# File 'sig/types.rbs', line 22

def last_modified
  @last_modified
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def name
  @name
end

#platform"Web", ...

Returns the value of attribute platform.

Returns:

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


29
30
31
# File 'sig/types.rbs', line 29

def platform
  @platform
end

#state"CREATED", ...

Returns the value of attribute state.

Returns:

  • ("CREATED", "DELETING", "ACTIVE")


24
25
26
# File 'sig/types.rbs', line 24

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


23
24
25
# File 'sig/types.rbs', line 23

def tags
  @tags
end