Class: Aws::Types::GetFileSystemPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFileSystemPolicyResponse
- 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.
154 155 156 |
# File 'sig/types.rbs', line 154 def file_system_id @file_system_id end |
#policy ⇒ ::String
Returns the value of attribute policy.
155 156 157 |
# File 'sig/types.rbs', line 155 def policy @policy end |