Class: Aws::Comprehend::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the given Amazon Comprehend resource you are querying.

Returns:

  • (String)


6005
6006
6007
6008
6009
6010
# File 'lib/aws-sdk-comprehend/types.rb', line 6005

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

#tagsArray<Types::Tag>

Tags associated with the Amazon Comprehend resource being queried. A tag is a key-value pair that adds as a metadata to a resource used by Amazon Comprehend. For example, a tag with “Sales” as the key might be added to a resource to indicate its use by the sales department.

Returns:



6005
6006
6007
6008
6009
6010
# File 'lib/aws-sdk-comprehend/types.rb', line 6005

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