ListDiscoveredResourcesResponse
public struct ListDiscoveredResourcesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The string that you use in a subsequent request to get the next page of results in a paginated response.
Declaration
Swift
public let nextToken: String?
-
The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available) the custom resource name.
Declaration
Swift
public let resourceIdentifiers: [ResourceIdentifier]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, resourceIdentifiers: [ResourceIdentifier]? = nil)