TagResourceRequest

public struct TagResourceRequest : 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
  • A set of key-value pairs that are used to manage the resource.

    Declaration

    Swift

    public let tags: [Tag]
  • Undocumented

    Declaration

    Swift

    public init(instanceArn: String, resourceArn: String, tags: [Tag])
  • Declaration

    Swift

    public func validate(name: String) throws