Class: Aws::Types::ValidateResourcePolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::ValidateResourcePolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_validation_passed ⇒ Boolean
Returns the value of attribute policy_validation_passed.
-
#validation_errors ⇒ ::Array[Types::ValidationErrorsEntry]
Returns the value of attribute validation_errors.
Instance Attribute Details
#policy_validation_passed ⇒ Boolean
Returns the value of attribute policy_validation_passed.
491 492 493 |
# File 'sig/types.rbs', line 491 def policy_validation_passed @policy_validation_passed end |
#validation_errors ⇒ ::Array[Types::ValidationErrorsEntry]
Returns the value of attribute validation_errors.
492 493 494 |
# File 'sig/types.rbs', line 492 def validation_errors @validation_errors end |