Class: Aws::DevOpsGuru::Types::OpsCenterIntegration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::OpsCenterIntegration
- Defined in:
- gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb
Overview
Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager OpsCenter for each created insight.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#opt_in_status ⇒ String
Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created insight.
Instance Attribute Details
#opt_in_status ⇒ String
Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created insight.
2385 2386 2387 2388 2389 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2385 class OpsCenterIntegration < Struct.new( :opt_in_status) SENSITIVE = [] include Aws::Structure end |