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