Class: Aws::Types::Application
- Inherits:
-
Object
- Object
- Aws::Types::Application
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
39 40 41 |
# File 'sig/types.rbs', line 39 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
37 38 39 |
# File 'sig/types.rbs', line 37 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
38 39 40 |
# File 'sig/types.rbs', line 38 def name @name end |