Class: Aws::Types::PutResourcePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutResourcePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#block_public_policy ⇒ Boolean
Returns the value of attribute block_public_policy.
-
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
-
#secret_id ⇒ ::String
Returns the value of attribute secret_id.
Instance Attribute Details
#block_public_policy ⇒ Boolean
Returns the value of attribute block_public_policy.
266 267 268 |
# File 'sig/types.rbs', line 266 def block_public_policy @block_public_policy end |
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
265 266 267 |
# File 'sig/types.rbs', line 265 def resource_policy @resource_policy end |
#secret_id ⇒ ::String
Returns the value of attribute secret_id.
264 265 266 |
# File 'sig/types.rbs', line 264 def secret_id @secret_id end |