Class: Aws::Inspector2::Types::UpdateCisScanConfigurationResponse

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 CIS scan configuration ARN.

Returns:

  • (String)


6955
6956
6957
6958
6959
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6955

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