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.
8690 8691 8692 8693 8694 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8690 class UpdateCodeSecurityScanConfigurationResponse < Struct.new( :scan_configuration_arn) SENSITIVE = [] include Aws::Structure end |