Class: Aws::Inspector2::Types::DeleteCodeSecurityIntegrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::DeleteCodeSecurityIntegrationResponse
- 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 deleted code security integration.
Instance Attribute Details
#integration_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted code security integration.
3422 3423 3424 3425 3426 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3422 class DeleteCodeSecurityIntegrationResponse < Struct.new( :integration_arn) SENSITIVE = [] include Aws::Structure end |