Class: Aws::Types::CreateContactFlowRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


1408
1409
1410
# File 'sig/types.rbs', line 1408

def content
  @content
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1407
1408
1409
# File 'sig/types.rbs', line 1407

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1404
1405
1406
# File 'sig/types.rbs', line 1404

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1405
1406
1407
# File 'sig/types.rbs', line 1405

def name
  @name
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


1409
1410
1411
# File 'sig/types.rbs', line 1409

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1410
1411
1412
# File 'sig/types.rbs', line 1410

def tags
  @tags
end

#type"CONTACT_FLOW", ...

Returns the value of attribute type.

Returns:

  • ("CONTACT_FLOW", "CUSTOMER_QUEUE", "CUSTOMER_HOLD", "CUSTOMER_WHISPER", "AGENT_HOLD", "AGENT_WHISPER", "OUTBOUND_WHISPER", "AGENT_TRANSFER", "QUEUE_TRANSFER", "CAMPAIGN")


1406
1407
1408
# File 'sig/types.rbs', line 1406

def type
  @type
end