Class: Aws::Inspector2::Types::CreateCisScanConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scan_configuration_arn ⇒ String

The scan configuration ARN for the CIS scan configuration.

Returns:

  • (String)


3689
3690
3691
3692
3693
# File 'lib/aws-sdk-inspector2/types.rb', line 3689

class CreateCisScanConfigurationResponse < Struct.new(
  :scan_configuration_arn)
  SENSITIVE = []
  include Aws::Structure
end