Class: Aws::SecurityAgent::Types::GetIntegrationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::GetIntegrationInput
- 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 retrieve.
Instance Attribute Details
#integration_id ⇒ String
The unique identifier of the integration to retrieve.
1824 1825 1826 1827 1828 |
# File 'lib/aws-sdk-securityagent/types.rb', line 1824 class GetIntegrationInput < Struct.new( :integration_id) SENSITIVE = [] include Aws::Structure end |