GetTagsOutput
public struct GetTagsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the tagged resource group.
Declaration
Swift
public let arn: String?
-
The tags associated with the specified resource group.
Declaration
Swift
public let tags: [String : String]?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, tags: [String : String]? = nil)