Class: Aws::Connect::Types::CreateContactFlowModuleAliasResponse

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_module_arnString

The Amazon Resource Name (ARN) of the flow module.

Returns:

  • (String)


4902
4903
4904
4905
4906
4907
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4902

class CreateContactFlowModuleAliasResponse < Struct.new(
  :contact_flow_module_arn,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the alias.

Returns:

  • (String)


4902
4903
4904
4905
4906
4907
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4902

class CreateContactFlowModuleAliasResponse < Struct.new(
  :contact_flow_module_arn,
  :id)
  SENSITIVE = []
  include Aws::Structure
end