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.
8325 8326 8327 |
# File 'sig/types.rbs', line 8325 def contact_flow_id @contact_flow_id end |
#description ⇒ ::String
Returns the value of attribute description.
8324 8325 8326 |
# File 'sig/types.rbs', line 8324 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
8323 8324 8325 |
# File 'sig/types.rbs', line 8323 def name @name end |
#references ⇒ ::Hash[::String, Types::Reference]
Returns the value of attribute references.
8326 8327 8328 |
# File 'sig/types.rbs', line 8326 def references @references end |