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)


12066
12067
12068
12069
12070
12071
12072
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12066

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)


12066
12067
12068
12069
12070
12071
12072
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12066

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)


12066
12067
12068
12069
12070
12071
12072
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12066

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