Class: Aws::Types::UpdateTaskTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTaskTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#constraints ⇒ Types::TaskTemplateConstraints
Returns the value of attribute constraints.
-
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#defaults ⇒ Types::TaskTemplateDefaults
Returns the value of attribute defaults.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#fields ⇒ ::Array[Types::TaskTemplateField]
Returns the value of attribute fields.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#self_assign_flow_id ⇒ ::String
Returns the value of attribute self_assign_flow_id.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
8797 8798 8799 |
# File 'sig/types.rbs', line 8797 def arn @arn end |
#constraints ⇒ Types::TaskTemplateConstraints
Returns the value of attribute constraints.
8802 8803 8804 |
# File 'sig/types.rbs', line 8802 def constraints @constraints end |
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
8800 8801 8802 |
# File 'sig/types.rbs', line 8800 def contact_flow_id @contact_flow_id end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
8807 8808 8809 |
# File 'sig/types.rbs', line 8807 def created_time @created_time end |
#defaults ⇒ Types::TaskTemplateDefaults
Returns the value of attribute defaults.
8803 8804 8805 |
# File 'sig/types.rbs', line 8803 def defaults @defaults end |
#description ⇒ ::String
Returns the value of attribute description.
8799 8800 8801 |
# File 'sig/types.rbs', line 8799 def description @description end |
#fields ⇒ ::Array[Types::TaskTemplateField]
Returns the value of attribute fields.
8804 8805 8806 |
# File 'sig/types.rbs', line 8804 def fields @fields end |
#id ⇒ ::String
Returns the value of attribute id.
8796 8797 8798 |
# File 'sig/types.rbs', line 8796 def id @id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8795 8796 8797 |
# File 'sig/types.rbs', line 8795 def instance_id @instance_id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
8806 8807 8808 |
# File 'sig/types.rbs', line 8806 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
8798 8799 8800 |
# File 'sig/types.rbs', line 8798 def name @name end |
#self_assign_flow_id ⇒ ::String
Returns the value of attribute self_assign_flow_id.
8801 8802 8803 |
# File 'sig/types.rbs', line 8801 def self_assign_flow_id @self_assign_flow_id end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
8805 8806 8807 |
# File 'sig/types.rbs', line 8805 def status @status end |