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

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)


3367
3368
3369
3370
3371
3372
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3367

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

#versionInteger

The identifier of the flow version.

Returns:

  • (Integer)


3367
3368
3369
3370
3371
3372
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3367

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