Class: Aws::Connect::Types::CreatePromptResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::CreatePromptResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #prompt_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the prompt.
 - 
  
    
      #prompt_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the prompt.
 
Instance Attribute Details
#prompt_arn ⇒ String
The Amazon Resource Name (ARN) of the prompt.
      4518 4519 4520 4521 4522 4523  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 4518 class CreatePromptResponse < Struct.new( :prompt_arn, :prompt_id) SENSITIVE = [] include Aws::Structure end  | 
  
#prompt_id ⇒ String
A unique identifier for the prompt.
      4518 4519 4520 4521 4522 4523  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 4518 class CreatePromptResponse < Struct.new( :prompt_arn, :prompt_id) SENSITIVE = [] include Aws::Structure end  |