Class: Aws::Personalize::Types::FilterSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::FilterSummary
- Defined in:
- gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb
Overview
A short summary of a filter's attributes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date_time ⇒ Time
The time at which the filter was created.
-
#dataset_group_arn ⇒ String
The ARN of the dataset group to which the filter belongs.
-
#failure_reason ⇒ String
If the filter failed, the reason for the failure.
-
#filter_arn ⇒ String
The ARN of the filter.
-
#last_updated_date_time ⇒ Time
The time at which the filter was last updated.
-
#name ⇒ String
The name of the filter.
-
#status ⇒ String
The status of the filter.
Instance Attribute Details
#creation_date_time ⇒ Time
The time at which the filter was created.
3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3648 class FilterSummary < Struct.new( :name, :filter_arn, :creation_date_time, :last_updated_date_time, :dataset_group_arn, :failure_reason, :status) SENSITIVE = [] include Aws::Structure end |
#dataset_group_arn ⇒ String
The ARN of the dataset group to which the filter belongs.
3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3648 class FilterSummary < Struct.new( :name, :filter_arn, :creation_date_time, :last_updated_date_time, :dataset_group_arn, :failure_reason, :status) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
If the filter failed, the reason for the failure.
3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3648 class FilterSummary < Struct.new( :name, :filter_arn, :creation_date_time, :last_updated_date_time, :dataset_group_arn, :failure_reason, :status) SENSITIVE = [] include Aws::Structure end |
#filter_arn ⇒ String
The ARN of the filter.
3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3648 class FilterSummary < Struct.new( :name, :filter_arn, :creation_date_time, :last_updated_date_time, :dataset_group_arn, :failure_reason, :status) SENSITIVE = [] include Aws::Structure end |
#last_updated_date_time ⇒ Time
The time at which the filter was last updated.
3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3648 class FilterSummary < Struct.new( :name, :filter_arn, :creation_date_time, :last_updated_date_time, :dataset_group_arn, :failure_reason, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the filter.
3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3648 class FilterSummary < Struct.new( :name, :filter_arn, :creation_date_time, :last_updated_date_time, :dataset_group_arn, :failure_reason, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the filter.
3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3648 class FilterSummary < Struct.new( :name, :filter_arn, :creation_date_time, :last_updated_date_time, :dataset_group_arn, :failure_reason, :status) SENSITIVE = [] include Aws::Structure end |