Class: Aws::Chime::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListTagsForResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:resource_arn]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The resource ARN.
Instance Attribute Details
#resource_arn ⇒ String
The resource ARN.
5815 5816 5817 5818 5819 |
# File 'lib/aws-sdk-chime/types.rb', line 5815 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [:resource_arn] include Aws::Structure end |