Class: Aws::Connect::Types::CreateContactFlowResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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)


3310
3311
3312
3313
3314
3315
3316
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3310

class CreateContactFlowResponse < Struct.new(
  :contact_flow_id,
  :contact_flow_arn,
  :flow_content_sha_256)
  SENSITIVE = []
  include Aws::Structure
end

#contact_flow_idString

The identifier of the flow.

Returns:

  • (String)


3310
3311
3312
3313
3314
3315
3316
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3310

class CreateContactFlowResponse < Struct.new(
  :contact_flow_id,
  :contact_flow_arn,
  :flow_content_sha_256)
  SENSITIVE = []
  include Aws::Structure
end

#flow_content_sha_256String

Indicates the checksum value of the flow content.

Returns:

  • (String)


3310
3311
3312
3313
3314
3315
3316
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3310

class CreateContactFlowResponse < Struct.new(
  :contact_flow_id,
  :contact_flow_arn,
  :flow_content_sha_256)
  SENSITIVE = []
  include Aws::Structure
end