Class: Aws::Types::ValidateSecurityProfileBehaviorsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ValidateSecurityProfileBehaviorsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#valid ⇒ Boolean
Returns the value of attribute valid.
-
#validation_errors ⇒ ::Array[Types::ValidationError]
Returns the value of attribute validation_errors.
Instance Attribute Details
#valid ⇒ Boolean
Returns the value of attribute valid.
5427 5428 5429 |
# File 'sig/types.rbs', line 5427 def valid @valid end |
#validation_errors ⇒ ::Array[Types::ValidationError]
Returns the value of attribute validation_errors.
5428 5429 5430 |
# File 'sig/types.rbs', line 5428 def validation_errors @validation_errors end |