Class: Aws::Types::ValidateResourcePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::ValidateResourcePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
-
#secret_id ⇒ ::String
Returns the value of attribute secret_id.
Instance Attribute Details
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
486 487 488 |
# File 'sig/types.rbs', line 486 def resource_policy @resource_policy end |
#secret_id ⇒ ::String
Returns the value of attribute secret_id.
485 486 487 |
# File 'sig/types.rbs', line 485 def secret_id @secret_id end |