Class: Aws::ResourceExplorer2::Types::ListTagsForResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::ListTagsForResourceInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourceexplorer2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The [Amazon resource name (ARN)] of the view or index that you want to attach tags to.
Instance Attribute Details
#resource_arn ⇒ String
The [Amazon resource name (ARN)] of the view or index that you want to attach tags to.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
802 803 804 805 806 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 802 class ListTagsForResourceInput < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |