UntagResourceRequest
public struct UntagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
Declaration
Swift
public let instanceArn: String
-
The ARN of the resource with the tags to be listed.
Declaration
Swift
public let resourceArn: String
-
The keys of tags that are attached to the resource.
Declaration
Swift
public let tagKeys: [String]
-
Undocumented
Declaration
Swift
public init(instanceArn: String, resourceArn: String, tagKeys: [String])
-
Declaration
Swift
public func validate(name: String) throws