Class: Aws::Deadline::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<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.

Returns:

  • (Hash<String,String>)


6163
6164
6165
6166
6167
# File 'lib/aws-sdk-deadline/types.rb', line 6163

class ListTagsForResourceResponse < Struct.new(
  :tags)
  SENSITIVE = []
  include Aws::Structure
end