Class: Aws::AIOps::Types::PutInvestigationGroupPolicyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-aiops/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#investigation_group_arnString

The ARN of the investigation group that will use this policy.

Returns:

  • (String)


511
512
513
514
515
# File 'lib/aws-sdk-aiops/types.rb', line 511

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