Class: Aws::EFS::Types::FileSystemPolicyDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::FileSystemPolicyDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-efs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_system_id ⇒ String
Specifies the EFS file system to which the ‘FileSystemPolicy` applies.
-
#policy ⇒ String
The JSON formatted ‘FileSystemPolicy` for the EFS file system.
Instance Attribute Details
#file_system_id ⇒ String
Specifies the EFS file system to which the ‘FileSystemPolicy` applies.
1585 1586 1587 1588 1589 1590 |
# File 'lib/aws-sdk-efs/types.rb', line 1585 class FileSystemPolicyDescription < Struct.new( :file_system_id, :policy) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
The JSON formatted ‘FileSystemPolicy` for the EFS file system.
1585 1586 1587 1588 1589 1590 |
# File 'lib/aws-sdk-efs/types.rb', line 1585 class FileSystemPolicyDescription < Struct.new( :file_system_id, :policy) SENSITIVE = [] include Aws::Structure end |