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 Amazon Connect instance.
-
#prompt_id ⇒ String
A unique identifier for the prompt.
Instance Attribute Details
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
10601 10602 10603 10604 10605 10606 |
# File 'lib/aws-sdk-connect/types.rb', line 10601 class GetPromptFileRequest < Struct.new( :instance_id, :prompt_id) SENSITIVE = [] include Aws::Structure end |
#prompt_id ⇒ String
A unique identifier for the prompt.
10601 10602 10603 10604 10605 10606 |
# File 'lib/aws-sdk-connect/types.rb', line 10601 class GetPromptFileRequest < Struct.new( :instance_id, :prompt_id) SENSITIVE = [] include Aws::Structure end |