Class: Aws::ConfigService::Types::BatchGetAggregateResourceConfigResponse

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:



577
578
579
580
581
582
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 577

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

#unprocessed_resource_identifiersArray<Types::AggregateResourceIdentifier>

A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.



577
578
579
580
581
582
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 577

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