GetTagsRequest
public struct GetTagsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
(Not currently supported) The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
Declaration
Swift
public let limit: Int?
-
(Not currently supported) The current pagination position in the paged result set.
Declaration
Swift
public let position: String?
-
[Required] The ARN of a resource that can be tagged.
Declaration
Swift
public let resourceArn: String
-
Undocumented
Declaration
Swift
public init(limit: Int? = nil, position: String? = nil, resourceArn: String)