Class: Aws::EFS::Types::DeleteFileSystemPolicyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_idString

Specifies the EFS file system for which to delete the FileSystemPolicy.

Returns:

  • (String)


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