Class: Aws::Types::PutResourcePolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutResourcePolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_revision_id ⇒ ::String
Returns the value of attribute policy_revision_id.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#policy_revision_id ⇒ ::String
Returns the value of attribute policy_revision_id.
887 888 889 |
# File 'sig/types.rbs', line 887 def policy_revision_id @policy_revision_id end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
886 887 888 |
# File 'sig/types.rbs', line 886 def resource_arn @resource_arn end |