Class: Aws::CloudFront::Types::DisassociateDistributionTenantWebACLResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#etagString

The current version of the distribution tenant.

Returns:

  • (String)


4256
4257
4258
4259
4260
4261
# File 'lib/aws-sdk-cloudfront/types.rb', line 4256

class DisassociateDistributionTenantWebACLResult < Struct.new(
  :id,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the distribution tenant.

Returns:

  • (String)


4256
4257
4258
4259
4260
4261
# File 'lib/aws-sdk-cloudfront/types.rb', line 4256

class DisassociateDistributionTenantWebACLResult < Struct.new(
  :id,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end