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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scan_configuration_arnString

The scan configuration ARN for the CIS scan configuration.

Returns:

  • (String)


2136
2137
2138
2139
2140
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2136

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