Class: Aws::Types::PutResourcePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutResourcePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bypass_policy_lockout_check ⇒ Boolean
Returns the value of attribute bypass_policy_lockout_check.
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#policy_revision_id ⇒ ::String
Returns the value of attribute policy_revision_id.
Instance Attribute Details
#bypass_policy_lockout_check ⇒ Boolean
Returns the value of attribute bypass_policy_lockout_check.
667 668 669 |
# File 'sig/types.rbs', line 667 def bypass_policy_lockout_check @bypass_policy_lockout_check end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
665 666 667 |
# File 'sig/types.rbs', line 665 def policy_document @policy_document end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
664 665 666 |
# File 'sig/types.rbs', line 664 def policy_name @policy_name end |
#policy_revision_id ⇒ ::String
Returns the value of attribute policy_revision_id.
666 667 668 |
# File 'sig/types.rbs', line 666 def policy_revision_id @policy_revision_id end |