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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1379
1380
1381
1382
1383
# File 'lib/aws-sdk-personalize/types.rb', line 1379

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