TagOutput

public struct TagOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN of the tagged resource.

    Declaration

    Swift

    public let arn: String?
  • The tags that have been added to the specified resource group.

    Declaration

    Swift

    public let tags: [String : String]?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, tags: [String : String]? = nil)