Class: Aws::Connect::Types::UpdatePredefinedAttributeRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_configurationTypes::InputPredefinedAttributeConfiguration

Custom metadata that is associated to predefined attributes to control behavior in upstream services, such as controlling how a predefined attribute should be displayed in the Amazon Connect admin website.



26434
26435
26436
26437
26438
26439
26440
26441
26442
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26434

class UpdatePredefinedAttributeRequest < Struct.new(
  :instance_id,
  :name,
  :values,
  :purposes,
  :attribute_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


26434
26435
26436
26437
26438
26439
26440
26441
26442
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26434

class UpdatePredefinedAttributeRequest < Struct.new(
  :instance_id,
  :name,
  :values,
  :purposes,
  :attribute_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the predefined attribute.

Returns:

  • (String)


26434
26435
26436
26437
26438
26439
26440
26441
26442
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26434

class UpdatePredefinedAttributeRequest < Struct.new(
  :instance_id,
  :name,
  :values,
  :purposes,
  :attribute_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#purposesArray<String>

Values that enable you to categorize your predefined attributes. You can use them in custom UI elements across the Amazon Connect admin website.

Returns:

  • (Array<String>)


26434
26435
26436
26437
26438
26439
26440
26441
26442
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26434

class UpdatePredefinedAttributeRequest < Struct.new(
  :instance_id,
  :name,
  :values,
  :purposes,
  :attribute_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#valuesTypes::PredefinedAttributeValues

The values of the predefined attribute.



26434
26435
26436
26437
26438
26439
26440
26441
26442
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26434

class UpdatePredefinedAttributeRequest < Struct.new(
  :instance_id,
  :name,
  :values,
  :purposes,
  :attribute_configuration)
  SENSITIVE = []
  include Aws::Structure
end