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

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

#prompt_arnString

The Amazon Resource Name (ARN) of the prompt.

Returns:

  • (String)


3001
3002
3003
3004
3005
3006
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3001

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

#prompt_idString

A unique identifier for the prompt.

Returns:

  • (String)


3001
3002
3003
3004
3005
3006
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3001

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