Class: Aws::Inspector2::Types::CisTargets

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

Overview

The CIS targets.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_ids ⇒ Array<String>

The CIS target account ids.

Returns:

  • (Array<String>)


2022
2023
2024
2025
2026
2027
# File 'lib/aws-sdk-inspector2/types.rb', line 2022

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

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

The CIS target resource tags.

Returns:

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


2022
2023
2024
2025
2026
2027
# File 'lib/aws-sdk-inspector2/types.rb', line 2022

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