Class: Aws::Inspector2::Types::DeleteCodeSecurityIntegrationRequest

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_arnString

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

Returns:

  • (String)


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