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:



4087
4088
4089
4090
# File 'lib/aws-sdk-cloudfront/types.rb', line 4087

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