class Aws::FraudDetector::Types::PutEntityTypeRequest

@note When making an API call, you may pass PutEntityTypeRequest

data as a hash:

    {
      name: "identifier", # required
      description: "description",
      tags: [
        {
          key: "tagKey", # required
          value: "tagValue", # required
        },
      ],
    }

@!attribute [rw] name

The name of the entity type.
@return [String]

@!attribute [rw] description

The description.
@return [String]

@!attribute [rw] tags

A collection of key and value pairs.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/PutEntityTypeRequest AWS API Documentation

Constants

SENSITIVE