Class: Aws::Connect::Types::GetPromptFileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::GetPromptFileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The identifier of the Connect Customer instance.
-
#prompt_id ⇒ String
A unique identifier for the prompt.
Instance Attribute Details
#instance_id ⇒ String
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
19146 19147 19148 19149 19150 19151 |
# File 'lib/aws-sdk-connect/types.rb', line 19146 class GetPromptFileRequest < Struct.new( :instance_id, :prompt_id) SENSITIVE = [] include Aws::Structure end |
#prompt_id ⇒ String
A unique identifier for the prompt.
19146 19147 19148 19149 19150 19151 |
# File 'lib/aws-sdk-connect/types.rb', line 19146 class GetPromptFileRequest < Struct.new( :instance_id, :prompt_id) SENSITIVE = [] include Aws::Structure end |