Class: Aws::Connect::Types::DescribePromptResponse

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

#promptTypes::Prompt

Information about the prompt.

Returns:



5150
5151
5152
5153
5154
# File 'lib/aws-sdk-connect/types.rb', line 5150

class DescribePromptResponse < Struct.new(
  :prompt)
  SENSITIVE = []
  include Aws::Structure
end