Class: Aws::Types::WarningDetail
- Inherits:
-
Object
- Object
- Aws::Types::WarningDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#properties ⇒ ::Array[Types::WarningProperty]
Returns the value of attribute properties.
-
#type ⇒ "MUTUALLY_EXCLUSIVE_PROPERTIES", ...
Returns the value of attribute type.
Instance Attribute Details
#properties ⇒ ::Array[Types::WarningProperty]
Returns the value of attribute properties.
2240 2241 2242 |
# File 'sig/types.rbs', line 2240 def properties @properties end |
#type ⇒ "MUTUALLY_EXCLUSIVE_PROPERTIES", ...
Returns the value of attribute type.
2239 2240 2241 |
# File 'sig/types.rbs', line 2239 def type @type end |