Class: Aws::Types::FieldValidationMessage
- Inherits:
-
Object
- Object
- Aws::Types::FieldValidationMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#field_name ⇒ ::String
Returns the value of attribute field_name.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
591 592 593 |
# File 'sig/types.rbs', line 591 def content @content end |
#field_name ⇒ ::String
Returns the value of attribute field_name.
588 589 590 |
# File 'sig/types.rbs', line 588 def field_name @field_name end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
589 590 591 |
# File 'sig/types.rbs', line 589 def identifier @identifier end |
#title ⇒ ::String
Returns the value of attribute title.
590 591 592 |
# File 'sig/types.rbs', line 590 def title @title end |
#type ⇒ ::String
Returns the value of attribute type.
592 593 594 |
# File 'sig/types.rbs', line 592 def type @type end |