Class: Aws::Types::TriggerSource
- Inherits:
-
Object
- Object
- Aws::Types::TriggerSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "MANUAL", ...
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
6342 6343 6344 |
# File 'sig/types.rbs', line 6342 def name @name end |
#type ⇒ "MANUAL", ...
Returns the value of attribute type.
6341 6342 6343 |
# File 'sig/types.rbs', line 6341 def type @type end |