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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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)


14155
14156
14157
14158
14159
14160
14161
14162
14163
14164
14165
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14155

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)


14155
14156
14157
14158
14159
14160
14161
14162
14163
14164
14165
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14155

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)


14155
14156
14157
14158
14159
14160
14161
14162
14163
14164
14165
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14155

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)


14155
14156
14157
14158
14159
14160
14161
14162
14163
14164
14165
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14155

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)


14155
14156
14157
14158
14159
14160
14161
14162
14163
14164
14165
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14155

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)


14155
14156
14157
14158
14159
14160
14161
14162
14163
14164
14165
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14155

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>)


14155
14156
14157
14158
14159
14160
14161
14162
14163
14164
14165
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14155

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