Class: Aws::Types::ValidationWarning
- Inherits:
-
Object
- Object
- Aws::Types::ValidationWarning
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#warnings ⇒ ::Array[::String]
Returns the value of attribute warnings.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
344 345 346 |
# File 'sig/types.rbs', line 344 def id @id end |
#warnings ⇒ ::Array[::String]
Returns the value of attribute warnings.
345 346 347 |
# File 'sig/types.rbs', line 345 def warnings @warnings end |