Class: Aws::ConfigService::Types::AssociateResourceTypesRequest

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_recorder_arnString

The Amazon Resource Name (ARN) of the specified configuration recorder.

Returns:

  • (String)


519
520
521
522
523
524
# File 'lib/aws-sdk-configservice/types.rb', line 519

class AssociateResourceTypesRequest < Struct.new(
  :configuration_recorder_arn,
  :resource_types)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typesArray<String>

The list of resource types you want to add to the recording group of the specified configuration recorder.

Returns:

  • (Array<String>)


519
520
521
522
523
524
# File 'lib/aws-sdk-configservice/types.rb', line 519

class AssociateResourceTypesRequest < Struct.new(
  :configuration_recorder_arn,
  :resource_types)
  SENSITIVE = []
  include Aws::Structure
end