Class: Aws::EFS::Types::FileSystemPolicyDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::FileSystemPolicyDescription
- Defined in:
- gems/aws-sdk-efs/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.
1497 1498 1499 1500 1501 1502 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1497 class FileSystemPolicyDescription < Struct.new( :file_system_id, :policy) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
The JSON formatted FileSystemPolicy
for the EFS file system.
1497 1498 1499 1500 1501 1502 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1497 class FileSystemPolicyDescription < Struct.new( :file_system_id, :policy) SENSITIVE = [] include Aws::Structure end |