Class: Aws::Connect::Types::CreateContactFlowVersionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_flow_arnString

The Amazon Resource Name (ARN) of the flow.

Returns:

  • (String)


4040
4041
4042
4043
4044
4045
# File 'lib/aws-sdk-connect/types.rb', line 4040

class CreateContactFlowVersionResponse < Struct.new(
  :contact_flow_arn,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionInteger

The identifier of the flow version.

Returns:

  • (Integer)


4040
4041
4042
4043
4044
4045
# File 'lib/aws-sdk-connect/types.rb', line 4040

class CreateContactFlowVersionResponse < Struct.new(
  :contact_flow_arn,
  :version)
  SENSITIVE = []
  include Aws::Structure
end