Class: Aws::Types::PutFileSystemPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutFileSystemPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#policy ⇒ ::String
Returns the value of attribute policy.
Instance Attribute Details
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
328 329 330 |
# File 'sig/types.rbs', line 328 def file_system_id @file_system_id end |
#policy ⇒ ::String
Returns the value of attribute policy.
329 330 331 |
# File 'sig/types.rbs', line 329 def policy @policy end |