TagResourceRequest
public struct TagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the AWS Cloud9 development environment to add tags to.
Declaration
Swift
public let resourceARN: String
-
The list of tags to add to the given AWS Cloud9 development environment.
Declaration
Swift
public let tags: [Tag]
-
Undocumented
Declaration
Swift
public init(resourceARN: String, tags: [Tag])
-
Declaration
Swift
public func validate(name: String) throws