Class: Aws::DevOpsGuru::Types::OpsCenterIntegration

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.

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)


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