Class: Aws::ChimeSDKMessaging::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ListTagsForResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the resource.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the resource.
2505 2506 2507 2508 2509 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2505 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |