TagResourceRequest

public struct TagResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) that is assigned to and uniquely identifies the GameLift resource that you want to assign tags to. GameLift resource ARNs are included in the data object for the resource, which can be retrieved by calling a List or Describe operation for the resource type.

    Declaration

    Swift

    public let resourceARN: String
  • A list of one or more tags to assign to the specified GameLift resource. Tags are developer-defined and structured as key-value pairs. The maximum tag limit may be lower than stated. See Tagging AWS Resources for actual tagging limits.

    Declaration

    Swift

    public let tags: [Tag]
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws