Class: Aws::BedrockAgent::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The key-value pairs for the tags associated with the resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The key-value pairs for the tags associated with the resource.
7097 7098 7099 7100 7101 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7097 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |