Class: Aws::SecurityAgent::Types::IntegrationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::IntegrationSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityagent/types.rb
Overview
Contains summary information about an integration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_name ⇒ String
The display name of the integration.
-
#installation_id ⇒ String
The installation identifier from the integration provider.
-
#integration_id ⇒ String
The unique identifier of the integration.
-
#provider ⇒ String
The integration provider.
-
#provider_type ⇒ String
The type of the integration provider.
Instance Attribute Details
#display_name ⇒ String
The display name of the integration.
2198 2199 2200 2201 2202 2203 2204 2205 2206 |
# File 'lib/aws-sdk-securityagent/types.rb', line 2198 class IntegrationSummary < Struct.new( :integration_id, :installation_id, :provider, :provider_type, :display_name) SENSITIVE = [] include Aws::Structure end |
#installation_id ⇒ String
The installation identifier from the integration provider.
2198 2199 2200 2201 2202 2203 2204 2205 2206 |
# File 'lib/aws-sdk-securityagent/types.rb', line 2198 class IntegrationSummary < Struct.new( :integration_id, :installation_id, :provider, :provider_type, :display_name) SENSITIVE = [] include Aws::Structure end |
#integration_id ⇒ String
The unique identifier of the integration.
2198 2199 2200 2201 2202 2203 2204 2205 2206 |
# File 'lib/aws-sdk-securityagent/types.rb', line 2198 class IntegrationSummary < Struct.new( :integration_id, :installation_id, :provider, :provider_type, :display_name) SENSITIVE = [] include Aws::Structure end |
#provider ⇒ String
The integration provider.
2198 2199 2200 2201 2202 2203 2204 2205 2206 |
# File 'lib/aws-sdk-securityagent/types.rb', line 2198 class IntegrationSummary < Struct.new( :integration_id, :installation_id, :provider, :provider_type, :display_name) SENSITIVE = [] include Aws::Structure end |
#provider_type ⇒ String
The type of the integration provider.
2198 2199 2200 2201 2202 2203 2204 2205 2206 |
# File 'lib/aws-sdk-securityagent/types.rb', line 2198 class IntegrationSummary < Struct.new( :integration_id, :installation_id, :provider, :provider_type, :display_name) SENSITIVE = [] include Aws::Structure end |