Class: Aws::AIOps::Types::GetInvestigationGroupPolicyRequest

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 view the policy of.

Returns:

  • (String)


255
256
257
258
259
# File 'lib/aws-sdk-aiops/types.rb', line 255

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