Class: Aws::AIOps::Types::GetInvestigationGroupPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AIOps::Types::GetInvestigationGroupPolicyResponse
- Defined in:
- gems/aws-sdk-aiops/lib/aws-sdk-aiops/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#investigation_group_arn ⇒ String
The Amazon Resource Name (ARN) of the investigation group that you want to view the policy of.
-
#policy ⇒ String
The policy, in JSON format.
Instance Attribute Details
#investigation_group_arn ⇒ String
The Amazon Resource Name (ARN) of the investigation group that you want to view the policy of.
271 272 273 274 275 276 |
# File 'gems/aws-sdk-aiops/lib/aws-sdk-aiops/types.rb', line 271 class GetInvestigationGroupPolicyResponse < Struct.new( :investigation_group_arn, :policy) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
The policy, in JSON format.
271 272 273 274 275 276 |
# File 'gems/aws-sdk-aiops/lib/aws-sdk-aiops/types.rb', line 271 class GetInvestigationGroupPolicyResponse < Struct.new( :investigation_group_arn, :policy) SENSITIVE = [] include Aws::Structure end |