Class: Aws::Deadline::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::ListTagsForResourceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
Each tag consists of a tag key and a tag value.
Instance Attribute Details
#tags ⇒ Hash<String,String>
Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
6163 6164 6165 6166 6167 |
# File 'lib/aws-sdk-deadline/types.rb', line 6163 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |