Class: Aws::Types::WarningProperty
- Inherits:
-
Object
- Object
- Aws::Types::WarningProperty
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#property_path ⇒ ::String
Returns the value of attribute property_path.
-
#required ⇒ Boolean
Returns the value of attribute required.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2247 2248 2249 |
# File 'sig/types.rbs', line 2247 def description @description end |
#property_path ⇒ ::String
Returns the value of attribute property_path.
2245 2246 2247 |
# File 'sig/types.rbs', line 2245 def property_path @property_path end |
#required ⇒ Boolean
Returns the value of attribute required.
2246 2247 2248 |
# File 'sig/types.rbs', line 2246 def required @required end |