Class: Aws::Signer::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

A list of tags associated with the signing profile.

Returns:

  • (Hash<String,String>)


808
809
810
811
812
# File 'lib/aws-sdk-signer/types.rb', line 808

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