Class: Aws::CloudFront::Types::DeleteDistributionTenantRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DeleteDistributionTenantRequest
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the distribution tenant to delete.
-
#if_match ⇒ String
The value of the
ETag
header that you received when retrieving the distribution tenant.
Instance Attribute Details
#id ⇒ String
The ID of the distribution tenant to delete.
4007 4008 4009 4010 4011 4012 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4007 class DeleteDistributionTenantRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The value of the ETag
header that you received when retrieving the
distribution tenant. This value is returned in the response of the
GetDistributionTenant
API operation.
4007 4008 4009 4010 4011 4012 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4007 class DeleteDistributionTenantRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |