Class: Aws::AppRunner::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
A list of the tag key-value pairs that are associated with the resource.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
A list of the tag key-value pairs that are associated with the resource.
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 |