Class: Aws::Inspector2::Types::UpdateCisTargets

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

Overview

Updates CIS targets.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_ids ⇒ Array<String>

The target account ids.

Returns:



10487
10488
10489
10490
10491
10492
# File 'lib/aws-sdk-inspector2/types.rb', line 10487

class UpdateCisTargets < Struct.new(
  :account_ids,
  :target_resource_tags)
  SENSITIVE = []
  include Aws::Structure
end

#target_resource_tags ⇒ Hash<String,Array<String>>

The target resource tags.

Returns:



10487
10488
10489
10490
10491
10492
# File 'lib/aws-sdk-inspector2/types.rb', line 10487

class UpdateCisTargets < Struct.new(
  :account_ids,
  :target_resource_tags)
  SENSITIVE = []
  include Aws::Structure
end