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)


4531
4532
4533
4534
4535
4536
# File 'lib/aws-sdk-configservice/types.rb', line 4531

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

#resource_identifierTypes::AggregateResourceIdentifier

An object that identifies aggregate resource.



4531
4532
4533
4534
4535
4536
# File 'lib/aws-sdk-configservice/types.rb', line 4531

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