GetAccessKeyLastUsedRequest

public struct GetAccessKeyLastUsedRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier of an access key. This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.

    Declaration

    Swift

    public let accessKeyId: String
  • Undocumented

    Declaration

    Swift

    public init(accessKeyId: String)
  • Declaration

    Swift

    public func validate(name: String) throws