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

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

Overview

Updates CIS targets.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsArray<String>

The target account ids.

Returns:

  • (Array<String>)


6973
6974
6975
6976
6977
6978
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6973

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

#target_resource_tagsHash<String,Array<String>>

The target resource tags.

Returns:

  • (Hash<String,Array<String>>)


6973
6974
6975
6976
6977
6978
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6973

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