Class: Aws::AIOps::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AIOps::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-aiops/lib/aws-sdk-aiops/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the CloudWatch investigations resource that you want to view tags for.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the CloudWatch investigations resource that you want to
view tags for. You can use the ListInvestigationGroups operation
to find the ARNs of investigation groups.
The ARN format for an investigation group is
arn:aws:aiops:Region:account-id:investigation-group:investigation-group-id
.
481 482 483 484 485 |
# File 'gems/aws-sdk-aiops/lib/aws-sdk-aiops/types.rb', line 481 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |