Class: Aws::IVS::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the resource to be retrieved.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the resource to be retrieved. The ARN must be URL-encoded.
1026 1027 1028 1029 1030 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1026 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |