ResourceTagSet
public struct ResourceTagSet : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID for the specified resource.
Declaration
Swift
public let resourceId: String? -
The type of the resource. The resource type for health checks is healthcheck. The resource type for hosted zones is hostedzone.
Declaration
Swift
public let resourceType: TagResourceType? -
The tags associated with the specified resource.
Declaration
Swift
public let tags: [Tag]? -
Undocumented
Declaration
Swift
public init(resourceId: String? = nil, resourceType: TagResourceType? = nil, tags: [Tag]? = nil)
View on GitHub
ResourceTagSet Structure Reference