BatchGetAggregateResourceConfigRequest
public struct BatchGetAggregateResourceConfigRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the configuration aggregator.
Declaration
Swift
public let configurationAggregatorName: String
-
A list of aggregate ResourceIdentifiers objects.
Declaration
Swift
public let resourceIdentifiers: [AggregateResourceIdentifier]
-
Undocumented
Declaration
Swift
public init(configurationAggregatorName: String, resourceIdentifiers: [AggregateResourceIdentifier])
-
Declaration
Swift
public func validate(name: String) throws