GetCustomDataIdentifierResponse
public struct GetCustomDataIdentifierResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let arn: String? -
Undocumented
Declaration
Swift
public let createdAt: TimeStamp? -
Undocumented
Declaration
Swift
public let deleted: Bool? -
Undocumented
Declaration
Swift
public let description: String? -
Undocumented
Declaration
Swift
public let id: String? -
Undocumented
Declaration
Swift
public let ignoreWords: [String]? -
Undocumented
Declaration
Swift
public let keywords: [String]? -
Undocumented
Declaration
Swift
public let maximumMatchDistance: Int? -
Undocumented
Declaration
Swift
public let name: String? -
Undocumented
Declaration
Swift
public let regex: String? -
Undocumented
Declaration
Swift
public let tags: [String : String]? -
init(arn:createdAt:deleted:description:id:ignoreWords:keywords:maximumMatchDistance:name:regex:tags:)Undocumented
Declaration
Swift
public init(arn: String? = nil, createdAt: TimeStamp? = nil, deleted: Bool? = nil, description: String? = nil, id: String? = nil, ignoreWords: [String]? = nil, keywords: [String]? = nil, maximumMatchDistance: Int? = nil, name: String? = nil, regex: String? = nil, tags: [String : String]? = nil)
View on GitHub
GetCustomDataIdentifierResponse Structure Reference