Class: Aws::FraudDetector::Types::AllowDenyList

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

Overview

The metadata of a list.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the list.

Returns:

  • (String)


229
230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 229

class AllowDenyList < Struct.new(
  :name,
  :description,
  :variable_type,
  :created_time,
  :updated_time,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeString

The time the list was created.

Returns:

  • (String)


229
230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 229

class AllowDenyList < Struct.new(
  :name,
  :description,
  :variable_type,
  :created_time,
  :updated_time,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the list.

Returns:

  • (String)


229
230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 229

class AllowDenyList < Struct.new(
  :name,
  :description,
  :variable_type,
  :created_time,
  :updated_time,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the list.

Returns:

  • (String)


229
230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 229

class AllowDenyList < Struct.new(
  :name,
  :description,
  :variable_type,
  :created_time,
  :updated_time,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#updated_timeString

The time the list was last updated.

Returns:

  • (String)


229
230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 229

class AllowDenyList < Struct.new(
  :name,
  :description,
  :variable_type,
  :created_time,
  :updated_time,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#variable_typeString

The variable type of the list.

Returns:

  • (String)


229
230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 229

class AllowDenyList < Struct.new(
  :name,
  :description,
  :variable_type,
  :created_time,
  :updated_time,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end