Class: Aws::Types::MetaFlowApplicationInfo
- Inherits:
-
Object
- Object
- Aws::Types::MetaFlowApplicationInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#link ⇒ ::String
Returns the value of attribute link.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
394 395 396 |
# File 'sig/types.rbs', line 394 def id @id end |
#link ⇒ ::String
Returns the value of attribute link.
392 393 394 |
# File 'sig/types.rbs', line 392 def link @link end |
#name ⇒ ::String
Returns the value of attribute name.
393 394 395 |
# File 'sig/types.rbs', line 393 def name @name end |