Class: Aws::Connect::Types::Prompt

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Information about a prompt.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the prompt.

Returns:

  • (String)


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_regionString

The Amazon Web Services Region where this resource was last modified.

Returns:

  • (String)


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_timeTime

The timestamp when this resource was last modified.

Returns:

  • (Time)


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

#nameString

The name of the prompt.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the prompt.

Returns:

  • (String)


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_idString

A unique identifier for the prompt.

Returns:

  • (String)


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

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource. For example, { “Tags”: “key2”:“value2” }.

Returns:

  • (Hash<String,String>)


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