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
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#base_configuration_itemsArray<Types::BaseConfigurationItem>

A list that contains the current configuration of one or more resources.

Returns:

#unprocessed_resource_keysArray<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.

Returns:

  • (Array<Types::ResourceKey>)

    A list of resource keys that were not processed with the current response.