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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsTypes::Tags

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

Returns:



7800
7801
7802
7803
7804
# File 'lib/aws-sdk-cloudfront/types.rb', line 7800

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