Class: Aws::Types::PutFileSystemPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutFileSystemPolicyRequest
- 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.
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#policy ⇒ ::String
Returns the value of attribute policy.
Instance Attribute Details
#bypass_policy_lockout_safety_check ⇒ Boolean
Returns the value of attribute bypass_policy_lockout_safety_check.
495 496 497 |
# File 'sig/types.rbs', line 495 def bypass_policy_lockout_safety_check @bypass_policy_lockout_safety_check end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
493 494 495 |
# File 'sig/types.rbs', line 493 def file_system_id @file_system_id end |
#policy ⇒ ::String
Returns the value of attribute policy.
494 495 496 |
# File 'sig/types.rbs', line 494 def policy @policy end |