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.
10624 10625 10626 10627 10628 10629 10630 |
# File 'lib/aws-sdk-connect/types.rb', line 10624 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.
10624 10625 10626 10627 10628 10629 10630 |
# File 'lib/aws-sdk-connect/types.rb', line 10624 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.
10624 10625 10626 10627 10628 10629 10630 |
# File 'lib/aws-sdk-connect/types.rb', line 10624 class GetPromptFileResponse < Struct.new( :prompt_presigned_url, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |