Class: Aws::DevOpsGuru::Types::AmazonCodeGuruProfilerIntegration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::AmazonCodeGuruProfilerIntegration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Information about your account’s integration with Amazon CodeGuru Profiler. This returns whether DevOps Guru is configured to consume recommendations generated from Amazon CodeGuru Profiler.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the CodeGuru Profiler integration.
Instance Attribute Details
#status ⇒ String
The status of the CodeGuru Profiler integration. Specifies if DevOps Guru is enabled to consume recommendations that are generated from Amazon CodeGuru Profiler.
117 118 119 120 121 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 117 class AmazonCodeGuruProfilerIntegration < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |