Class: Aws::Connect::Types::DescribePromptResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribePromptResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#prompt ⇒ Types::Prompt
Information about the prompt.
Instance Attribute Details
#prompt ⇒ Types::Prompt
Information about the prompt.
6984 6985 6986 6987 6988 |
# File 'lib/aws-sdk-connect/types.rb', line 6984 class DescribePromptResponse < Struct.new( :prompt) SENSITIVE = [] include Aws::Structure end |