Class: Aws::Types::GetKeyPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetKeyPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
Instance Attribute Details
#policy ⇒ ::String
Returns the value of attribute policy.
454 455 456 |
# File 'sig/types.rbs', line 454 def policy @policy end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
455 456 457 |
# File 'sig/types.rbs', line 455 def policy_name @policy_name end |