Class: Aws::FraudDetector::Types::PutDetectorRequest

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 detector.

Returns:

  • (String)


3848
3849
3850
3851
3852
3853
3854
3855
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3848

class PutDetectorRequest < Struct.new(
  :detector_id,
  :description,
  :event_type_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#detector_idString

The detector ID.

Returns:

  • (String)


3848
3849
3850
3851
3852
3853
3854
3855
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3848

class PutDetectorRequest < Struct.new(
  :detector_id,
  :description,
  :event_type_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#event_type_nameString

The name of the event type.

Returns:

  • (String)


3848
3849
3850
3851
3852
3853
3854
3855
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3848

class PutDetectorRequest < Struct.new(
  :detector_id,
  :description,
  :event_type_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A collection of key and value pairs.

Returns:



3848
3849
3850
3851
3852
3853
3854
3855
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3848

class PutDetectorRequest < Struct.new(
  :detector_id,
  :description,
  :event_type_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end