AddTagsToResourceRequest
public struct AddTagsToResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the AWS CloudHSM resource to tag.
Declaration
Swift
public let resourceArn: String
-
One or more tags.
Declaration
Swift
public let tagList: [Tag]
-
Undocumented
Declaration
Swift
public init(resourceArn: String, tagList: [Tag])
-
Declaration
Swift
public func validate(name: String) throws