TagResourcesInput
public struct TagResourcesInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of ARNs. An ARN (Amazon Resource Name) uniquely identifies a resource. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
Declaration
Swift
public let resourceARNList: [String]
-
The tags that you want to add to the specified resources. A tag consists of a key and a value that you define.
Declaration
Swift
public let tags: [String : String]
-
Undocumented
Declaration
Swift
public init(resourceARNList: [String], tags: [String : String])
-
Declaration
Swift
public func validate(name: String) throws