Class: Aws::Inspector2::Types::DeleteCodeSecurityIntegrationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#integration_arn ⇒ String

The Amazon Resource Name (ARN) of the deleted code security integration.

Returns:

  • (String)


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