Class: Aws::DevOpsGuru::Types::OpsCenterIntegrationConfig

Inherits:
Struct
  • Object
show all
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. You can use this to update the configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#opt_in_statusString

Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created insight.

Returns:

  • (String)


2402
2403
2404
2405
2406
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2402

class OpsCenterIntegrationConfig < Struct.new(
  :opt_in_status)
  SENSITIVE = []
  include Aws::Structure
end