ListKeysResponse

public struct ListKeysResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of customer master keys (CMKs).

    Declaration

    Swift

    public let keys: [KeyListEntry]?
  • When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.

    Declaration

    Swift

    public let nextMarker: String?
  • A flag that indicates whether there are more items in the list. When this value is true, the list in this response is truncated. To get more items, pass the value of the NextMarker element in thisresponse to the Marker parameter in a subsequent request.

    Declaration

    Swift

    public let truncated: Bool?
  • Undocumented

    Declaration

    Swift

    public init(keys: [KeyListEntry]? = nil, nextMarker: String? = nil, truncated: Bool? = nil)