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.
4307 4308 4309 4310 4311 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4307 class DeleteCodeSecurityIntegrationResponse < Struct.new( :integration_arn) SENSITIVE = [] include Aws::Structure end |