Class: Aws::EFS::Types::DescribeFileSystemPolicyRequest

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 which EFS file system to retrieve the FileSystemPolicy for.

Returns:

  • (String)


854
855
856
857
858
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 854

class DescribeFileSystemPolicyRequest < Struct.new(
  :file_system_id)
  SENSITIVE = []
  include Aws::Structure
end