TagResourceRequest
public struct TagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The cluster identifier (ID) for the cluster that you are tagging. To find the cluster ID, use DescribeClusters.
Declaration
Swift
public let resourceId: String
-
A list of one or more tags.
Declaration
Swift
public let tagList: [Tag]
-
Undocumented
Declaration
Swift
public init(resourceId: String, tagList: [Tag])
-
Declaration
Swift
public func validate(name: String) throws