GetResourcesOutput
public struct GetResourcesOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A string that indicates that the response contains more data than can be returned in a single response. To receive additional data, specify this string for the PaginationToken value in a subsequent request.
Declaration
Swift
public let paginationToken: String?
-
A list of resource ARNs and the tags (keys and values) associated with each.
Declaration
Swift
public let resourceTagMappingList: [ResourceTagMapping]?
-
Undocumented
Declaration
Swift
public init(paginationToken: String? = nil, resourceTagMappingList: [ResourceTagMapping]? = nil)