Class: Aws::Types::SimplifiedApplication
- Inherits:
-
Object
- Object
- Aws::Types::SimplifiedApplication
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def name @name end |
#version ⇒ ::String
Returns the value of attribute version.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def version @version end |