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)


8797
8798
8799
# File 'sig/types.rbs', line 8797

def arn
  @arn
end

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

Returns:

  • (::String)


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.

Returns:

  • (::Time)


8807
8808
8809
# File 'sig/types.rbs', line 8807

def created_time
  @created_time
end

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

Returns:

  • (::String)


8799
8800
8801
# File 'sig/types.rbs', line 8799

def description
  @description
end

#fields::Array[Types::TaskTemplateField]

Returns the value of attribute fields.

Returns:



8804
8805
8806
# File 'sig/types.rbs', line 8804

def fields
  @fields
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


8796
8797
8798
# File 'sig/types.rbs', line 8796

def id
  @id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


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.

Returns:

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ACTIVE", "INACTIVE")


8805
8806
8807
# File 'sig/types.rbs', line 8805

def status
  @status
end