Class: Aws::Types::ContactFlow

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)


1034
1035
1036
# File 'sig/types.rbs', line 1034

def arn
  @arn
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


1041
1042
1043
# File 'sig/types.rbs', line 1041

def content
  @content
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1040
1041
1042
# File 'sig/types.rbs', line 1040

def description
  @description
end

#flow_content_sha_256::String

Returns the value of attribute flow_content_sha_256.

Returns:

  • (::String)


1043
1044
1045
# File 'sig/types.rbs', line 1043

def flow_content_sha_256
  @flow_content_sha_256
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1035
1036
1037
# File 'sig/types.rbs', line 1035

def id
  @id
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


1047
1048
1049
# File 'sig/types.rbs', line 1047

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1046
1047
1048
# File 'sig/types.rbs', line 1046

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1036
1037
1038
# File 'sig/types.rbs', line 1036

def name
  @name
end

#state"ACTIVE", "ARCHIVED"

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "ARCHIVED")


1038
1039
1040
# File 'sig/types.rbs', line 1038

def state
  @state
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


1039
1040
1041
# File 'sig/types.rbs', line 1039

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


1042
1043
1044
# File 'sig/types.rbs', line 1042

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")


1037
1038
1039
# File 'sig/types.rbs', line 1037

def type
  @type
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


1044
1045
1046
# File 'sig/types.rbs', line 1044

def version
  @version
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


1045
1046
1047
# File 'sig/types.rbs', line 1045

def version_description
  @version_description
end