Class: Aws::ConfigService::Types::BatchGetResourceConfigResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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:



614
615
616
617
618
619
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 614

class BatchGetResourceConfigResponse < Struct.new(
  :base_configuration_items,
  :unprocessed_resource_keys)
  SENSITIVE = []
  include Aws::Structure
end

#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:



614
615
616
617
618
619
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 614

class BatchGetResourceConfigResponse < Struct.new(
  :base_configuration_items,
  :unprocessed_resource_keys)
  SENSITIVE = []
  include Aws::Structure
end