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

Class: Aws::Personalize::Types::FilterSummary

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

Overview

A short summary of a filter's attributes.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The time at which the filter was created.

Returns:

  • (Time)

    The time at which the filter was created.

#dataset_group_arnString

The ARN of the dataset group to which the filter belongs.

Returns:

  • (String)

    The ARN of the dataset group to which the filter belongs.

#failure_reasonString

If the filter failed, the reason for the failure.

Returns:

  • (String)

    If the filter failed, the reason for the failure.

#filter_arnString

The ARN of the filter.

Returns:

  • (String)

    The ARN of the filter.

#last_updated_date_timeTime

The time at which the filter was last updated.

Returns:

  • (Time)

    The time at which the filter was last updated.

#nameString

The name of the filter.

Returns:

  • (String)

    The name of the filter.

#statusString

The status of the filter.

Returns:

  • (String)

    The status of the filter.