Class: Aws::EFS::Types::DescribeFileSystemPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::DescribeFileSystemPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-efs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_system_id ⇒ String
Specifies which EFS file system to retrieve the ‘FileSystemPolicy` for.
Instance Attribute Details
#file_system_id ⇒ String
Specifies which EFS file system to retrieve the ‘FileSystemPolicy` for.
878 879 880 881 882 |
# File 'lib/aws-sdk-efs/types.rb', line 878 class DescribeFileSystemPolicyRequest < Struct.new( :file_system_id) SENSITIVE = [] include Aws::Structure end |