Class: Aws::ConfigService::Types::GetAggregateResourceConfigRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_aggregator_nameString

The name of the configuration aggregator.

Returns:

  • (String)


4155
4156
4157
4158
4159
4160
# File 'lib/aws-sdk-configservice/types.rb', line 4155

class GetAggregateResourceConfigRequest < Struct.new(
  :configuration_aggregator_name,
  :resource_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#resource_identifierTypes::AggregateResourceIdentifier

An object that identifies aggregate resource.



4155
4156
4157
4158
4159
4160
# File 'lib/aws-sdk-configservice/types.rb', line 4155

class GetAggregateResourceConfigRequest < Struct.new(
  :configuration_aggregator_name,
  :resource_identifier)
  SENSITIVE = []
  include Aws::Structure
end