Class: Aws::ConfigService::Types::BatchGetResourceConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::BatchGetResourceConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_keys ⇒ Array<Types::ResourceKey>
A list of resource keys to be processed with the current request.
Instance Attribute Details
#resource_keys ⇒ Array<Types::ResourceKey>
A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.
606 607 608 609 610 |
# File 'lib/aws-sdk-configservice/types.rb', line 606 class BatchGetResourceConfigRequest < Struct.new( :resource_keys) SENSITIVE = [] include Aws::Structure end |