TagResourceRequest

public struct TagResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the supported resources are ConfigRule, ConfigurationAggregator and AggregatorAuthorization.

    Declaration

    Swift

    public let resourceArn: String
  • An array of tag object.

    Declaration

    Swift

    public let tags: [Tag]
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws