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:



2874
2875
2876
2877
2878
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2874

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