Class: Aws::Types::PutResourcePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutResourcePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
Instance Attribute Details
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def resource_arn @resource_arn end |
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def resource_policy @resource_policy end |