BatchGetResourceConfigRequest
public struct BatchGetResourceConfigRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.
Declaration
Swift
public let resourceKeys: [ResourceKey]
-
Undocumented
Declaration
Swift
public init(resourceKeys: [ResourceKey])
-
Declaration
Swift
public func validate(name: String) throws