Class: Aws::Honeycode::Types::ListTagsForResourceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Honeycode::Types::ListTagsForResourceResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-honeycode/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The resource’s tags.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The resource’s tags.
1171 1172 1173 1174 1175 |
# File 'lib/aws-sdk-honeycode/types.rb', line 1171 class ListTagsForResourceResult < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |