Class: Aws::ConfigService::Types::BatchGetAggregateResourceConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::BatchGetAggregateResourceConfigResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#base_configuration_items ⇒ Array<Types::BaseConfigurationItem>
A list that contains the current configuration of one or more resources.
-
#unprocessed_resource_identifiers ⇒ Array<Types::AggregateResourceIdentifier>
A list of resource identifiers that were not processed with current scope.
Instance Attribute Details
#base_configuration_items ⇒ Array<Types::BaseConfigurationItem>
A list that contains the current configuration of one or more resources.
698 699 700 701 702 703 |
# File 'lib/aws-sdk-configservice/types.rb', line 698 class BatchGetAggregateResourceConfigResponse < Struct.new( :base_configuration_items, :unprocessed_resource_identifiers) SENSITIVE = [] include Aws::Structure end |
#unprocessed_resource_identifiers ⇒ Array<Types::AggregateResourceIdentifier>
A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.
698 699 700 701 702 703 |
# File 'lib/aws-sdk-configservice/types.rb', line 698 class BatchGetAggregateResourceConfigResponse < Struct.new( :base_configuration_items, :unprocessed_resource_identifiers) SENSITIVE = [] include Aws::Structure end |