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)


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

def arn
  @arn
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


1055
1056
1057
# File 'sig/types.rbs', line 1055

def content
  @content
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1054
1055
1056
# File 'sig/types.rbs', line 1054

def description
  @description
end

#flow_content_sha_256::String

Returns the value of attribute flow_content_sha_256.

Returns:

  • (::String)


1057
1058
1059
# File 'sig/types.rbs', line 1057

def flow_content_sha_256
  @flow_content_sha_256
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1049
1050
1051
# File 'sig/types.rbs', line 1049

def id
  @id
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


1061
1062
1063
# File 'sig/types.rbs', line 1061

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1060
1061
1062
# File 'sig/types.rbs', line 1060

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1050
1051
1052
# File 'sig/types.rbs', line 1050

def name
  @name
end

#state"ACTIVE", "ARCHIVED"

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "ARCHIVED")


1052
1053
1054
# File 'sig/types.rbs', line 1052

def state
  @state
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


1053
1054
1055
# File 'sig/types.rbs', line 1053

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


1056
1057
1058
# File 'sig/types.rbs', line 1056

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


1051
1052
1053
# File 'sig/types.rbs', line 1051

def type
  @type
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


1058
1059
1060
# File 'sig/types.rbs', line 1058

def version
  @version
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


1059
1060
1061
# File 'sig/types.rbs', line 1059

def version_description
  @version_description
end