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.
8343 8344 8345 |
# File 'sig/types.rbs', line 8343 def contact_flow_id @contact_flow_id end |
#description ⇒ ::String
Returns the value of attribute description.
8342 8343 8344 |
# File 'sig/types.rbs', line 8342 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
8341 8342 8343 |
# File 'sig/types.rbs', line 8341 def name @name end |
#references ⇒ ::Hash[::String, Types::Reference]
Returns the value of attribute references.
8344 8345 8346 |
# File 'sig/types.rbs', line 8344 def references @references end |