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:



2031
2032
2033
2034
2035
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2031

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