Class: Aws::BedrockDataAutomation::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
List of tags.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
List of tags
2200 2201 2202 2203 2204 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2200 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |