Class: Aws::Types::FileSystemPolicyDescription
- Inherits:
-
Object
- Object
- Aws::Types::FileSystemPolicyDescription
- 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.
338 339 340 |
# File 'sig/types.rbs', line 338 def file_system_id @file_system_id end |
#policy ⇒ ::String
Returns the value of attribute policy.
339 340 341 |
# File 'sig/types.rbs', line 339 def policy @policy end |