Class: Aws::Types::GetResourcePolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetResourcePolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#policy_revision_id ⇒ ::String
Returns the value of attribute policy_revision_id.
Instance Attribute Details
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
226 227 228 |
# File 'sig/types.rbs', line 226 def policy_document @policy_document end |
#policy_revision_id ⇒ ::String
Returns the value of attribute policy_revision_id.
227 228 229 |
# File 'sig/types.rbs', line 227 def policy_revision_id @policy_revision_id end |