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)


4780
4781
4782
4783
4784
4785
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4780

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

#idString

The ID of the distribution.

Returns:

  • (String)


4780
4781
4782
4783
4784
4785
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4780

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