Class: Aws::AIOps::Types::DeleteInvestigationGroupPolicyRequest

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

#identifierString

Specify either the name or the ARN of the investigation group that you want to remove the policy from.

Returns:

  • (String)


193
194
195
196
197
# File 'lib/aws-sdk-aiops/types.rb', line 193

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