Class: Aws::FraudDetector::Types::PutLabelRequest

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 label description.

Returns:

  • (String)


4020
4021
4022
4023
4024
4025
4026
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4020

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

#nameString

The label name.

Returns:

  • (String)


4020
4021
4022
4023
4024
4025
4026
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4020

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

#tagsArray<Types::Tag>

A collection of key and value pairs.

Returns:



4020
4021
4022
4023
4024
4025
4026
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4020

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