ObjectIdentifierAndLinkNameTuple
public struct ObjectIdentifierAndLinkNameTuple : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the link between the parent and the child object.
Declaration
Swift
public let linkName: String?
-
The ID that is associated with the object.
Declaration
Swift
public let objectIdentifier: String?
-
Undocumented
Declaration
Swift
public init(linkName: String? = nil, objectIdentifier: String? = nil)