Class: Aws::Bedrock::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

An array of the tags associated with this resource.

Returns:



6548
6549
6550
6551
6552
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6548

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