Class: Aws::FraudDetector::Types::FieldValidationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::FieldValidationMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
The message details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ String
The message content.
-
#field_name ⇒ String
The field name.
-
#identifier ⇒ String
The message ID.
-
#title ⇒ String
The message title.
-
#type ⇒ String
The message type.
Instance Attribute Details
#content ⇒ String
The message content.
1990 1991 1992 1993 1994 1995 1996 1997 1998 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1990 class FieldValidationMessage < Struct.new( :field_name, :identifier, :title, :content, :type) SENSITIVE = [] include Aws::Structure end |
#field_name ⇒ String
The field name.
1990 1991 1992 1993 1994 1995 1996 1997 1998 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1990 class FieldValidationMessage < Struct.new( :field_name, :identifier, :title, :content, :type) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The message ID.
1990 1991 1992 1993 1994 1995 1996 1997 1998 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1990 class FieldValidationMessage < Struct.new( :field_name, :identifier, :title, :content, :type) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The message title.
1990 1991 1992 1993 1994 1995 1996 1997 1998 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1990 class FieldValidationMessage < Struct.new( :field_name, :identifier, :title, :content, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The message type.
1990 1991 1992 1993 1994 1995 1996 1997 1998 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1990 class FieldValidationMessage < Struct.new( :field_name, :identifier, :title, :content, :type) SENSITIVE = [] include Aws::Structure end |