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.
9147 9148 9149 |
# File 'sig/types.rbs', line 9147 def arn @arn end |
#constraints ⇒ Types::TaskTemplateConstraints
Returns the value of attribute constraints.
9152 9153 9154 |
# File 'sig/types.rbs', line 9152 def constraints @constraints end |
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
9150 9151 9152 |
# File 'sig/types.rbs', line 9150 def contact_flow_id @contact_flow_id end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
9157 9158 9159 |
# File 'sig/types.rbs', line 9157 def created_time @created_time end |
#defaults ⇒ Types::TaskTemplateDefaults
Returns the value of attribute defaults.
9153 9154 9155 |
# File 'sig/types.rbs', line 9153 def defaults @defaults end |
#description ⇒ ::String
Returns the value of attribute description.
9149 9150 9151 |
# File 'sig/types.rbs', line 9149 def description @description end |
#fields ⇒ ::Array[Types::TaskTemplateField]
Returns the value of attribute fields.
9154 9155 9156 |
# File 'sig/types.rbs', line 9154 def fields @fields end |
#id ⇒ ::String
Returns the value of attribute id.
9146 9147 9148 |
# File 'sig/types.rbs', line 9146 def id @id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9145 9146 9147 |
# File 'sig/types.rbs', line 9145 def instance_id @instance_id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9156 9157 9158 |
# File 'sig/types.rbs', line 9156 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
9148 9149 9150 |
# File 'sig/types.rbs', line 9148 def name @name end |
#self_assign_flow_id ⇒ ::String
Returns the value of attribute self_assign_flow_id.
9151 9152 9153 |
# File 'sig/types.rbs', line 9151 def self_assign_flow_id @self_assign_flow_id end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
9155 9156 9157 |
# File 'sig/types.rbs', line 9155 def status @status end |