Class: Aws::ConfigService::Types::BatchGetResourceConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::BatchGetResourceConfigResponse
- Defined in:
- gems/aws-sdk-configservice/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_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.
735 736 737 738 739 740 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 735 class BatchGetResourceConfigResponse < Struct.new( :base_configuration_items, :unprocessed_resource_keys) SENSITIVE = [] include Aws::Structure end |
#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.
735 736 737 738 739 740 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 735 class BatchGetResourceConfigResponse < Struct.new( :base_configuration_items, :unprocessed_resource_keys) SENSITIVE = [] include Aws::Structure end |