Class: Aws::InternetMonitor::Types::ListTagsForResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::ListTagsForResourceInput
- Defined in:
- gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) for a resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) for a resource.
1377 1378 1379 1380 1381 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1377 class ListTagsForResourceInput < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |