BatchGetAggregateResourceConfigResponse
public struct BatchGetAggregateResourceConfigResponse : 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 identifiers that were not processed with current scope. The list is empty if all the resources are processed.
Declaration
Swift
public let unprocessedResourceIdentifiers: [AggregateResourceIdentifier]?
-
Undocumented
Declaration
Swift
public init(baseConfigurationItems: [BaseConfigurationItem]? = nil, unprocessedResourceIdentifiers: [AggregateResourceIdentifier]? = nil)