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.
      17529 17530 17531 17532 17533 17534 17535 17536 17537 17538 17539  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 17529 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.
      17529 17530 17531 17532 17533 17534 17535 17536 17537 17538 17539  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 17529 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.
      17529 17530 17531 17532 17533 17534 17535 17536 17537 17538 17539  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 17529 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.
      17529 17530 17531 17532 17533 17534 17535 17536 17537 17538 17539  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 17529 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.
      17529 17530 17531 17532 17533 17534 17535 17536 17537 17538 17539  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 17529 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.
      17529 17530 17531 17532 17533 17534 17535 17536 17537 17538 17539  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 17529 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” }.
      17529 17530 17531 17532 17533 17534 17535 17536 17537 17538 17539  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 17529 class Prompt < Struct.new( :prompt_arn, :prompt_id, :name, :description, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  |