Class: Aws::Personalize::Types::CreateFilterResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filter_arnString

The ARN of the new filter.

Returns:

  • (String)


1441
1442
1443
1444
1445
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1441

class CreateFilterResponse < Struct.new(
  :filter_arn)
  SENSITIVE = []
  include Aws::Structure
end