You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::FraudDetector::Types::EventType

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The event type details.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The entity type ARN.

Returns:

  • (String)

    The entity type ARN.

#created_timeString

Timestamp of when the event type was created.

Returns:

  • (String)

    Timestamp of when the event type was created.

#descriptionString

The event type description.

Returns:

  • (String)

    The event type description.

#entity_typesArray<String>

The event type entity types.

Returns:

  • (Array<String>)

    The event type entity types.

#event_variablesArray<String>

The event type event variables.

Returns:

  • (Array<String>)

    The event type event variables.

#labelsArray<String>

The event type labels.

Returns:

  • (Array<String>)

    The event type labels.

#last_updated_timeString

Timestamp of when the event type was last updated.

Returns:

  • (String)

    Timestamp of when the event type was last updated.

#nameString

The event type name.

Returns:

  • (String)

    The event type name.