BatchGetCustomDataIdentifiersResponse
public struct BatchGetCustomDataIdentifiersResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let customDataIdentifiers: [BatchGetCustomDataIdentifierSummary]? -
Undocumented
Declaration
Swift
public let notFoundIdentifierIds: [String]? -
Undocumented
Declaration
Swift
public init(customDataIdentifiers: [BatchGetCustomDataIdentifierSummary]? = nil, notFoundIdentifierIds: [String]? = nil)
View on GitHub
BatchGetCustomDataIdentifiersResponse Structure Reference