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)


17132
17133
17134
17135
17136
17137
17138
17139
17140
17141
17142
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17132

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)


17132
17133
17134
17135
17136
17137
17138
17139
17140
17141
17142
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17132

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)


17132
17133
17134
17135
17136
17137
17138
17139
17140
17141
17142
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17132

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)


17132
17133
17134
17135
17136
17137
17138
17139
17140
17141
17142
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17132

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)


17132
17133
17134
17135
17136
17137
17138
17139
17140
17141
17142
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17132

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)


17132
17133
17134
17135
17136
17137
17138
17139
17140
17141
17142
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17132

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


17132
17133
17134
17135
17136
17137
17138
17139
17140
17141
17142
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17132

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