Class: Aws::Inspector2::Types::UpdateCodeSecurityScanConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::UpdateCodeSecurityScanConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scan_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the updated scan configuration.
Instance Attribute Details
#scan_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the updated scan configuration.
8693 8694 8695 8696 8697 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8693 class UpdateCodeSecurityScanConfigurationResponse < Struct.new( :scan_configuration_arn) SENSITIVE = [] include Aws::Structure end |