Class: Aws::ApplicationInsights::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb
Overview
Note:
When making an API call, you may pass ListTagsForResourceRequest data as a hash:
{
resource_arn: "AmazonResourceName", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.
1165 1166 1167 1168 1169 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1165 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |