Class: Aws::FraudDetector::Types::AllowDenyList
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::AllowDenyList
- 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
-
#arn ⇒ String
The ARN of the list.
-
#created_time ⇒ String
The time the list was created.
-
#description ⇒ String
The description of the list.
-
#name ⇒ String
The name of the list.
-
#updated_time ⇒ String
The time the list was last updated.
-
#variable_type ⇒ String
The variable type of the list.
Instance Attribute Details
#arn ⇒ String
The ARN of the list.
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_time ⇒ String
The time the list was created.
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 |
#description ⇒ String
The description of the list.
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 |
#name ⇒ String
The name of the list.
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_time ⇒ String
The time the list was last updated.
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_type ⇒ String
The variable type of the list.
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 |