Class: Aws::FraudDetector::Types::UpdateListRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The new description.

Returns:

  • (String)


4717
4718
4719
4720
4721
4722
4723
4724
4725
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4717

class UpdateListRequest < Struct.new(
  :name,
  :elements,
  :description,
  :update_mode,
  :variable_type)
  SENSITIVE = []
  include Aws::Structure
end

#elementsArray<String>

One or more list elements to add or replace. If you are providing the elements, make sure to specify the updateMode to use.

If you are deleting all elements from the list, use REPLACE for the updateMode and provide an empty list (0 elements).

Returns:

  • (Array<String>)


4717
4718
4719
4720
4721
4722
4723
4724
4725
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4717

class UpdateListRequest < Struct.new(
  :name,
  :elements,
  :description,
  :update_mode,
  :variable_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the list to update.

Returns:

  • (String)


4717
4718
4719
4720
4721
4722
4723
4724
4725
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4717

class UpdateListRequest < Struct.new(
  :name,
  :elements,
  :description,
  :update_mode,
  :variable_type)
  SENSITIVE = []
  include Aws::Structure
end

#update_modeString

The update mode (type).

  • Use APPEND if you are adding elements to the list.

  • Use REPLACE if you replacing existing elements in the list.

  • Use REMOVE if you are removing elements from the list.

Returns:

  • (String)


4717
4718
4719
4720
4721
4722
4723
4724
4725
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4717

class UpdateListRequest < Struct.new(
  :name,
  :elements,
  :description,
  :update_mode,
  :variable_type)
  SENSITIVE = []
  include Aws::Structure
end

#variable_typeString

The variable type you want to assign to the list.

You cannot update a variable type of a list that already has a variable type assigned to it. You can assign a variable type to a list only if the list does not already have a variable type.

Returns:

  • (String)


4717
4718
4719
4720
4721
4722
4723
4724
4725
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4717

class UpdateListRequest < Struct.new(
  :name,
  :elements,
  :description,
  :update_mode,
  :variable_type)
  SENSITIVE = []
  include Aws::Structure
end