ListPublicKeysRequest

public struct ListPublicKeysRequest : AWSShape
extension CloudTrail.ListPublicKeysRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.

    Declaration

    Swift

    public let endTime: TimeStamp?
  • Reserved for future use.

    Declaration

    Swift

    public let nextToken: String?
  • Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.

    Declaration

    Swift

    public let startTime: TimeStamp?
  • Undocumented

    Declaration

    Swift

    public init(endTime: TimeStamp? = nil, nextToken: String? = nil, startTime: TimeStamp? = nil)