Class: Aws::Connect::Types::GetPromptFileResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::GetPromptFileResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #last_modified_region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services Region where this resource was last modified.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp when this resource was last modified.
 - 
  
    
      #prompt_presigned_url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
 
Instance Attribute Details
#last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
      12082 12083 12084 12085 12086 12087 12088  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12082 class GetPromptFileResponse < Struct.new( :prompt_presigned_url, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
      12082 12083 12084 12085 12086 12087 12088  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12082 class GetPromptFileResponse < Struct.new( :prompt_presigned_url, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#prompt_presigned_url ⇒ String
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
      12082 12083 12084 12085 12086 12087 12088  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12082 class GetPromptFileResponse < Struct.new( :prompt_presigned_url, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  |