Class: Aws::FraudDetector::Types::CreateListRequest

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 description of the list.

Returns:

  • (String)


779
780
781
782
783
784
785
786
787
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 779

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

#elementsArray<String>

The names of the elements, if providing. You can also create an empty list and add elements later using the UpdateList API.

Returns:

  • (Array<String>)


779
780
781
782
783
784
785
786
787
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 779

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

#nameString

The name of the list.

Returns:

  • (String)


779
780
781
782
783
784
785
786
787
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 779

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

#tagsArray<Types::Tag>

A collection of the key and value pairs.

Returns:



779
780
781
782
783
784
785
786
787
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 779

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

#variable_typeString

The variable type of the list. You can only assign the variable type with String data type. For more information, see Variable types.

Returns:

  • (String)


779
780
781
782
783
784
785
786
787
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 779

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