Class: Aws::Types::AppMonitorDetails
- Inherits:
-
Object
- Object
- Aws::Types::AppMonitorDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
48 49 50 |
# File 'sig/types.rbs', line 48 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
47 48 49 |
# File 'sig/types.rbs', line 47 def name @name end |
#version ⇒ ::String
Returns the value of attribute version.
49 50 51 |
# File 'sig/types.rbs', line 49 def version @version end |