ApiKeyIds
public struct ApiKeyIds : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of all the ApiKey identifiers.
Declaration
Swift
public let ids: [String]?
-
A list of warning messages.
Declaration
Swift
public let warnings: [String]?
-
Undocumented
Declaration
Swift
public init(ids: [String]? = nil, warnings: [String]? = nil)