Class: Aws::Types::AppMonitorSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created::String

Returns the value of attribute created.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def created
  @created
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def id
  @id
end

#last_modified::String

Returns the value of attribute last_modified.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def last_modified
  @last_modified
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def name
  @name
end

#platform"Web", ...

Returns the value of attribute platform.

Returns:

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


59
60
61
# File 'sig/types.rbs', line 59

def platform
  @platform
end

#state"CREATED", ...

Returns the value of attribute state.

Returns:

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


58
59
60
# File 'sig/types.rbs', line 58

def state
  @state
end