Class: Aws::ConfigService::Types::DisassociateResourceTypesRequest

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)


3839
3840
3841
3842
3843
3844
# File 'lib/aws-sdk-configservice/types.rb', line 3839

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

#resource_typesArray<String>

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

Returns:

  • (Array<String>)


3839
3840
3841
3842
3843
3844
# File 'lib/aws-sdk-configservice/types.rb', line 3839

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