Class: Aws::CloudFront::Types::DisassociateDistributionWebACLResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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.

Returns:

  • (String)


4414
4415
4416
4417
4418
4419
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4414

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

#idString

The ID of the distribution.

Returns:

  • (String)


4414
4415
4416
4417
4418
4419
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4414

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