Class: Aws::SecurityAgent::Types::CreateIntegrationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::CreateIntegrationOutput
- 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 created integration.
Instance Attribute Details
#integration_id ⇒ String
The unique identifier of the created integration.
987 988 989 990 991 |
# File 'lib/aws-sdk-securityagent/types.rb', line 987 class CreateIntegrationOutput < Struct.new( :integration_id) SENSITIVE = [] include Aws::Structure end |