BatchGetResourceConfigResponse
public struct BatchGetResourceConfigResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list that contains the current configuration of one or more resources.
Declaration
Swift
public let baseConfigurationItems: [BaseConfigurationItem]?
-
A list of resource keys that were not processed with the current response. The unprocessesResourceKeys value is in the same form as ResourceKeys, so the value can be directly provided to a subsequent BatchGetResourceConfig operation. If there are no unprocessed resource keys, the response contains an empty unprocessedResourceKeys list.
Declaration
Swift
public let unprocessedResourceKeys: [ResourceKey]?
-
Undocumented
Declaration
Swift
public init(baseConfigurationItems: [BaseConfigurationItem]? = nil, unprocessedResourceKeys: [ResourceKey]? = nil)