Class: Aws::Types::PutKeyPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutKeyPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bypass_policy_lockout_safety_check ⇒ Boolean
Returns the value of attribute bypass_policy_lockout_safety_check.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
Instance Attribute Details
#bypass_policy_lockout_safety_check ⇒ Boolean
Returns the value of attribute bypass_policy_lockout_safety_check.
797 798 799 |
# File 'sig/types.rbs', line 797 def bypass_policy_lockout_safety_check @bypass_policy_lockout_safety_check end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
794 795 796 |
# File 'sig/types.rbs', line 794 def key_id @key_id end |
#policy ⇒ ::String
Returns the value of attribute policy.
796 797 798 |
# File 'sig/types.rbs', line 796 def policy @policy end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
795 796 797 |
# File 'sig/types.rbs', line 795 def policy_name @policy_name end |