Class: Aws::Connect::Types::Prompt
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::Prompt
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Information about a prompt.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the prompt.
-
#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.
-
#name ⇒ String
The name of the prompt.
-
#prompt_arn ⇒ String
The Amazon Resource Name (ARN) of the prompt.
-
#prompt_id ⇒ String
A unique identifier for the prompt.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#description ⇒ String
The description of the prompt.
15040 15041 15042 15043 15044 15045 15046 15047 15048 15049 15050 |
# File 'lib/aws-sdk-connect/types.rb', line 15040 class Prompt < Struct.new( :prompt_arn, :prompt_id, :name, :description, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
15040 15041 15042 15043 15044 15045 15046 15047 15048 15049 15050 |
# File 'lib/aws-sdk-connect/types.rb', line 15040 class Prompt < Struct.new( :prompt_arn, :prompt_id, :name, :description, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
15040 15041 15042 15043 15044 15045 15046 15047 15048 15049 15050 |
# File 'lib/aws-sdk-connect/types.rb', line 15040 class Prompt < Struct.new( :prompt_arn, :prompt_id, :name, :description, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the prompt.
15040 15041 15042 15043 15044 15045 15046 15047 15048 15049 15050 |
# File 'lib/aws-sdk-connect/types.rb', line 15040 class Prompt < Struct.new( :prompt_arn, :prompt_id, :name, :description, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#prompt_arn ⇒ String
The Amazon Resource Name (ARN) of the prompt.
15040 15041 15042 15043 15044 15045 15046 15047 15048 15049 15050 |
# File 'lib/aws-sdk-connect/types.rb', line 15040 class Prompt < Struct.new( :prompt_arn, :prompt_id, :name, :description, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#prompt_id ⇒ String
A unique identifier for the prompt.
15040 15041 15042 15043 15044 15045 15046 15047 15048 15049 15050 |
# File 'lib/aws-sdk-connect/types.rb', line 15040 class Prompt < Struct.new( :prompt_arn, :prompt_id, :name, :description, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource. For example, \{ “Tags”: {“key1”:“value1”, “key2”:“value2”\} \}.
15040 15041 15042 15043 15044 15045 15046 15047 15048 15049 15050 |
# File 'lib/aws-sdk-connect/types.rb', line 15040 class Prompt < Struct.new( :prompt_arn, :prompt_id, :name, :description, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |