Class: Aws::Types::TaskActionDefinition
- Inherits:
-
Object
- Object
- Aws::Types::TaskActionDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#references ⇒ ::Hash[::String, Types::Reference]
Returns the value of attribute references.
Instance Attribute Details
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
8029 8030 8031 |
# File 'sig/types.rbs', line 8029 def contact_flow_id @contact_flow_id end |
#description ⇒ ::String
Returns the value of attribute description.
8028 8029 8030 |
# File 'sig/types.rbs', line 8028 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
8027 8028 8029 |
# File 'sig/types.rbs', line 8027 def name @name end |
#references ⇒ ::Hash[::String, Types::Reference]
Returns the value of attribute references.
8030 8031 8032 |
# File 'sig/types.rbs', line 8030 def references @references end |