Class: Aws::Ivschat::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Ivschat::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
Tags attached to the resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
Tags attached to the resource. Array of maps, each of the form
string:string (key:value)
.
738 739 740 741 742 |
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 738 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |