Class: Aws::ConfigService::Types::BatchGetResourceConfigRequest

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

#resource_keysArray<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.

Returns:



592
593
594
595
596
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 592

class BatchGetResourceConfigRequest < Struct.new(
  :resource_keys)
  SENSITIVE = []
  include Aws::Structure
end