AddTagsToResourceMessage
public struct AddTagsToResourceMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon DocumentDB resource that the tags are added to. This value is an Amazon Resource Name (ARN).
Declaration
Swift
public let resourceName: String
-
The tags to be assigned to the Amazon DocumentDB resource.
Declaration
Swift
public let tags: [Tag]
-
Undocumented
Declaration
Swift
public init(resourceName: String, tags: [Tag])