GetAccessPointPolicyResult

public struct GetAccessPointPolicyResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The access point policy associated with the specified access point.

    Declaration

    Swift

    public let policy: String?
  • Undocumented

    Declaration

    Swift

    public init(policy: String? = nil)