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:



2733
2734
2735
2736
2737
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2733

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