Class: Aws::EFS::Types::FileSystemPolicyDescription

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 to which the FileSystemPolicy applies.

Returns:

  • (String)


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

#policyString

The JSON formatted FileSystemPolicy for the EFS file system.

Returns:

  • (String)


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