Class: Aws::Types::AppMonitorSummary
- Inherits:
-
Object
- Object
- Aws::Types::AppMonitorSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created ⇒ ::String
Returns the value of attribute created.
-
#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.
Instance Attribute Details
#created ⇒ ::String
Returns the value of attribute created.
56 57 58 |
# File 'sig/types.rbs', line 56 def created @created end |
#id ⇒ ::String
Returns the value of attribute id.
55 56 57 |
# File 'sig/types.rbs', line 55 def id @id end |
#last_modified ⇒ ::String
Returns the value of attribute last_modified.
57 58 59 |
# File 'sig/types.rbs', line 57 def last_modified @last_modified end |
#name ⇒ ::String
Returns the value of attribute name.
54 55 56 |
# File 'sig/types.rbs', line 54 def name @name end |
#platform ⇒ "Web", ...
Returns the value of attribute platform.
59 60 61 |
# File 'sig/types.rbs', line 59 def platform @platform end |
#state ⇒ "CREATED", ...
Returns the value of attribute state.
58 59 60 |
# File 'sig/types.rbs', line 58 def state @state end |