Class: Aws::EFS::Types::DeleteFileSystemPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::DeleteFileSystemPolicyRequest
- 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 for which to delete the
FileSystemPolicy
.
Instance Attribute Details
#file_system_id ⇒ String
Specifies the EFS file system for which to delete the
FileSystemPolicy
.
652 653 654 655 656 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 652 class DeleteFileSystemPolicyRequest < Struct.new( :file_system_id) SENSITIVE = [] include Aws::Structure end |