Class: Aws::Types::UpdateTaskTemplateResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


9147
9148
9149
# File 'sig/types.rbs', line 9147

def arn
  @arn
end

#constraintsTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


9157
9158
9159
# File 'sig/types.rbs', line 9157

def created_time
  @created_time
end

#defaultsTypes::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.

Returns:

  • (::String)


9149
9150
9151
# File 'sig/types.rbs', line 9149

def description
  @description
end

#fields::Array[Types::TaskTemplateField]

Returns the value of attribute fields.

Returns:



9154
9155
9156
# File 'sig/types.rbs', line 9154

def fields
  @fields
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


9146
9147
9148
# File 'sig/types.rbs', line 9146

def id
  @id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ACTIVE", "INACTIVE")


9155
9156
9157
# File 'sig/types.rbs', line 9155

def status
  @status
end