Class: Aws::Connect::Types::CreatePromptResponse

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

#prompt_arnString

The Amazon Resource Name (ARN) of the prompt.



6240
6241
6242
6243
6244
6245
# File 'lib/aws-sdk-connect/types.rb', line 6240

class CreatePromptResponse < Struct.new(
  :prompt_arn,
  :prompt_id)
  SENSITIVE = []
  include Aws::Structure
end

#prompt_idString

A unique identifier for the prompt.



6240
6241
6242
6243
6244
6245
# File 'lib/aws-sdk-connect/types.rb', line 6240

class CreatePromptResponse < Struct.new(
  :prompt_arn,
  :prompt_id)
  SENSITIVE = []
  include Aws::Structure
end