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.
15585 15586 15587 15588 15589 15590 15591 15592 15593 15594 15595 |
# File 'lib/aws-sdk-connect/types.rb', line 15585 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.
15585 15586 15587 15588 15589 15590 15591 15592 15593 15594 15595 |
# File 'lib/aws-sdk-connect/types.rb', line 15585 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.
15585 15586 15587 15588 15589 15590 15591 15592 15593 15594 15595 |
# File 'lib/aws-sdk-connect/types.rb', line 15585 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.
15585 15586 15587 15588 15589 15590 15591 15592 15593 15594 15595 |
# File 'lib/aws-sdk-connect/types.rb', line 15585 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.
15585 15586 15587 15588 15589 15590 15591 15592 15593 15594 15595 |
# File 'lib/aws-sdk-connect/types.rb', line 15585 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.
15585 15586 15587 15588 15589 15590 15591 15592 15593 15594 15595 |
# File 'lib/aws-sdk-connect/types.rb', line 15585 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”: “key2”:“value2” }.
15585 15586 15587 15588 15589 15590 15591 15592 15593 15594 15595 |
# File 'lib/aws-sdk-connect/types.rb', line 15585 class Prompt < Struct.new( :prompt_arn, :prompt_id, :name, :description, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |