Class: Aws::Types::AssociatedApplication
- Inherits:
-
Object
- Object
- Aws::Types::AssociatedApplication
- 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.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
148 149 150 |
# File 'sig/types.rbs', line 148 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
149 150 151 |
# File 'sig/types.rbs', line 149 def name @name end |