Class: Aws::Types::PutResourcePolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutResourcePolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_policy ⇒ Types::ResourcePolicy
Returns the value of attribute resource_policy.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
Instance Attribute Details
#resource_policy ⇒ Types::ResourcePolicy
Returns the value of attribute resource_policy.
1899 1900 1901 |
# File 'sig/types.rbs', line 1899 def resource_policy @resource_policy end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def revision_id @revision_id end |