Class: Aws::CloudFront::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
The request to remove tags from a CloudFront resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource ⇒ String
An ARN of a CloudFront resource.
-
#tag_keys ⇒ Types::TagKeys
A complex type that contains zero or more
Tag
key elements.
Instance Attribute Details
#resource ⇒ String
An ARN of a CloudFront resource.
12920 12921 12922 12923 12924 12925 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12920 class UntagResourceRequest < Struct.new( :resource, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Types::TagKeys
A complex type that contains zero or more Tag
key elements.
12920 12921 12922 12923 12924 12925 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12920 class UntagResourceRequest < Struct.new( :resource, :tag_keys) SENSITIVE = [] include Aws::Structure end |