You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ConfigService::Types::BatchGetResourceConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::BatchGetResourceConfigResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#base_configuration_items ⇒ Array<Types::BaseConfigurationItem>
A list that contains the current configuration of one or more resources.
-
#unprocessed_resource_keys ⇒ Array<Types::ResourceKey>
A list of resource keys that were not processed with the current response.
Instance Attribute Details
#base_configuration_items ⇒ Array<Types::BaseConfigurationItem>
A list that contains the current configuration of one or more resources.
#unprocessed_resource_keys ⇒ Array<Types::ResourceKey>
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.