ResourceTagMapping
public struct ResourceTagMapping : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information that shows whether a resource is compliant with the effective tag policy, including details on any noncompliant tag keys.
Declaration
Swift
public let complianceDetails: ComplianceDetails?
-
The ARN of the resource.
Declaration
Swift
public let resourceARN: String?
-
The tags that have been applied to one or more AWS resources.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(complianceDetails: ComplianceDetails? = nil, resourceARN: String? = nil, tags: [Tag]? = nil)