Class: Aws::SecurityAgent::Types::DeleteIntegrationInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#integration_idString

The unique identifier of the integration to delete.

Returns:

  • (String)


1302
1303
1304
1305
1306
# File 'lib/aws-sdk-securityagent/types.rb', line 1302

class DeleteIntegrationInput < Struct.new(
  :integration_id)
  SENSITIVE = []
  include Aws::Structure
end