Class: Aws::CloudFront::Types::ListTagsForResourceResult

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

Overview

The returned result of the corresponding request.

Instance Attribute Summary collapse

Instance Attribute Details

#tagsTypes::Tags

A complex type that contains zero or more ‘Tag` elements.

Returns:



5961
5962
5963
5964
# File 'lib/aws-sdk-cloudfront/types.rb', line 5961

class ListTagsForResourceResult < Struct.new(
  :tags)
  include Aws::Structure
end