Class: Aws::Types::GetPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetPolicyResponse
- 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.
182 183 184 |
# File 'sig/types.rbs', line 182 def policy @policy end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
183 184 185 |
# File 'sig/types.rbs', line 183 def revision_id @revision_id end |