GetContextKeysForPolicyResponse

public struct GetContextKeysForPolicyResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of context keys that are referenced in the input policies.

    Declaration

    Swift

    public let contextKeyNames: [String]?
  • Undocumented

    Declaration

    Swift

    public init(contextKeyNames: [String]? = nil)