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)


13736
13737
13738
13739
13740
13741
13742
13743
13744
13745
13746
# File 'lib/aws-sdk-connect/types.rb', line 13736

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)


13736
13737
13738
13739
13740
13741
13742
13743
13744
13745
13746
# File 'lib/aws-sdk-connect/types.rb', line 13736

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)


13736
13737
13738
13739
13740
13741
13742
13743
13744
13745
13746
# File 'lib/aws-sdk-connect/types.rb', line 13736

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)


13736
13737
13738
13739
13740
13741
13742
13743
13744
13745
13746
# File 'lib/aws-sdk-connect/types.rb', line 13736

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)


13736
13737
13738
13739
13740
13741
13742
13743
13744
13745
13746
# File 'lib/aws-sdk-connect/types.rb', line 13736

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)


13736
13737
13738
13739
13740
13741
13742
13743
13744
13745
13746
# File 'lib/aws-sdk-connect/types.rb', line 13736

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”: {“key1”:“value1”, “key2”:“value2”\} \}.

Returns:

  • (Hash<String,String>)


13736
13737
13738
13739
13740
13741
13742
13743
13744
13745
13746
# File 'lib/aws-sdk-connect/types.rb', line 13736

class Prompt < Struct.new(
  :prompt_arn,
  :prompt_id,
  :name,
  :description,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end