Class: Aws::Connect::Types::GetPromptFileResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Connect::Types::GetPromptFileResponse
 
- Defined in:
- gems/aws-sdk-connect/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.
| 13081 13082 13083 13084 13085 13086 13087 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13081 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.
| 13081 13082 13083 13084 13085 13086 13087 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13081 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.
| 13081 13082 13083 13084 13085 13086 13087 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13081 class GetPromptFileResponse < Struct.new( :prompt_presigned_url, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |