Class: Aws::CodeArtifact::Types::ListTagsForResourceResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

A list of tag key and value pairs associated with the specified resource.

Returns:



2867
2868
2869
2870
2871
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2867

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