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

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

Overview

The returned result of the corresponding request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsTypes::Tags

A complex type that contains zero or more Tag elements.

Returns:



7788
7789
7790
7791
7792
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7788

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