Class: Aws::Inspector2::Types::DeleteCodeSecurityIntegrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::DeleteCodeSecurityIntegrationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#integration_arn ⇒ String
The Amazon Resource Name (ARN) of the code security integration to delete.
Instance Attribute Details
#integration_arn ⇒ String
The Amazon Resource Name (ARN) of the code security integration to delete.
3409 3410 3411 3412 3413 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3409 class DeleteCodeSecurityIntegrationRequest < Struct.new( :integration_arn) SENSITIVE = [] include Aws::Structure end |