TagResourceRequest

public struct TagResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    An Amazon Resource Name (ARN) for a specific AWS resource, such as a server, user, or role.

    Declaration

    Swift

    public let arn: String
  • Key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to user accounts for any purpose.

    Declaration

    Swift

    public let tags: [Tag]
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws