Class: Aws::FraudDetector::Types::FieldValidationMessage

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

Overview

The message details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The message content.

Returns:

  • (String)


1990
1991
1992
1993
1994
1995
1996
1997
1998
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1990

class FieldValidationMessage < Struct.new(
  :field_name,
  :identifier,
  :title,
  :content,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#field_nameString

The field name.

Returns:

  • (String)


1990
1991
1992
1993
1994
1995
1996
1997
1998
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1990

class FieldValidationMessage < Struct.new(
  :field_name,
  :identifier,
  :title,
  :content,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The message ID.

Returns:

  • (String)


1990
1991
1992
1993
1994
1995
1996
1997
1998
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1990

class FieldValidationMessage < Struct.new(
  :field_name,
  :identifier,
  :title,
  :content,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The message title.

Returns:

  • (String)


1990
1991
1992
1993
1994
1995
1996
1997
1998
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1990

class FieldValidationMessage < Struct.new(
  :field_name,
  :identifier,
  :title,
  :content,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The message type.

Returns:

  • (String)


1990
1991
1992
1993
1994
1995
1996
1997
1998
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1990

class FieldValidationMessage < Struct.new(
  :field_name,
  :identifier,
  :title,
  :content,
  :type)
  SENSITIVE = []
  include Aws::Structure
end