Class: Aws::Types::GetResourcePolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetResourcePolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
Instance Attribute Details
#policy ⇒ ::String
Returns the value of attribute policy.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def policy @policy end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def revision_id @revision_id end |