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.
8199 8200 8201 |
# File 'sig/types.rbs', line 8199 def contact_flow_id @contact_flow_id end |
#description ⇒ ::String
Returns the value of attribute description.
8198 8199 8200 |
# File 'sig/types.rbs', line 8198 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
8197 8198 8199 |
# File 'sig/types.rbs', line 8197 def name @name end |
#references ⇒ ::Hash[::String, Types::Reference]
Returns the value of attribute references.
8200 8201 8202 |
# File 'sig/types.rbs', line 8200 def references @references end |