Class: Aws::SecretsManager::Types::ValidateResourcePolicyResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_validation_passedBoolean

True if your policy passes validation, otherwise false.

Returns:

  • (Boolean)


2401
2402
2403
2404
2405
2406
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 2401

class ValidateResourcePolicyResponse < Struct.new(
  :policy_validation_passed,
  :validation_errors)
  SENSITIVE = []
  include Aws::Structure
end

#validation_errorsArray<Types::ValidationErrorsEntry>

Validation errors if your policy didn't pass validation.

Returns:



2401
2402
2403
2404
2405
2406
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 2401

class ValidateResourcePolicyResponse < Struct.new(
  :policy_validation_passed,
  :validation_errors)
  SENSITIVE = []
  include Aws::Structure
end