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)


3181
3182
3183
3184
3185
# File 'lib/aws-sdk-securityagent/types.rb', line 3181

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