Class: Aws::Types::ValidateResourcePolicyResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#policy_validation_passedBoolean

Returns the value of attribute policy_validation_passed.

Returns:

  • (Boolean)


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.

Returns:



492
493
494
# File 'sig/types.rbs', line 492

def validation_errors
  @validation_errors
end