Class: Aws::Connect::Types::GetPromptFileResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_modified_regionString

The Amazon Web Services Region where this resource was last modified.

Returns:

  • (String)


9020
9021
9022
9023
9024
9025
9026
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9020

class GetPromptFileResponse < Struct.new(
  :prompt_presigned_url,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp when this resource was last modified.

Returns:

  • (Time)


9020
9021
9022
9023
9024
9025
9026
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9020

class GetPromptFileResponse < Struct.new(
  :prompt_presigned_url,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#prompt_presigned_urlString

A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.

Returns:

  • (String)


9020
9021
9022
9023
9024
9025
9026
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9020

class GetPromptFileResponse < Struct.new(
  :prompt_presigned_url,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end