FileSystemPolicyDescription

public struct FileSystemPolicyDescription : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies the EFS file system to which the FileSystemPolicy applies.

    Declaration

    Swift

    public let fileSystemId: String?
  • The JSON formatted FileSystemPolicy for the EFS file system.

    Declaration

    Swift

    public let policy: String?
  • Undocumented

    Declaration

    Swift

    public init(fileSystemId: String? = nil, policy: String? = nil)