Class: Aws::AppRunner::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

A list of the tag key-value pairs that are associated with the resource.

Returns:



1891
1892
1893
1894
1895
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1891

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