Class: Aws::Types::FileValidationMessage
- Inherits:
-
Object
- Object
- Aws::Types::FileValidationMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#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.
598 599 600 |
# File 'sig/types.rbs', line 598 def content @content end |
#title ⇒ ::String
Returns the value of attribute title.
597 598 599 |
# File 'sig/types.rbs', line 597 def title @title end |
#type ⇒ ::String
Returns the value of attribute type.
599 600 601 |
# File 'sig/types.rbs', line 599 def type @type end |