Class: Aws::SecurityAgent::Types::DeleteIntegrationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::DeleteIntegrationInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#integration_id ⇒ String
The unique identifier of the integration to delete.
Instance Attribute Details
#integration_id ⇒ String
The unique identifier of the integration to delete.
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 |