Class: Aws::CloudFront::Types::ListDistributionTenantsByCustomizationRequest

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

#certificate_arnString

Filter by the ARN of the associated ACM certificate.

Returns:

  • (String)


9535
9536
9537
9538
9539
9540
9541
9542
# File 'lib/aws-sdk-cloudfront/types.rb', line 9535

class ListDistributionTenantsByCustomizationRequest < Struct.new(
  :web_acl_arn,
  :certificate_arn,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

The marker for the next set of results.

Returns:

  • (String)


9535
9536
9537
9538
9539
9540
9541
9542
# File 'lib/aws-sdk-cloudfront/types.rb', line 9535

class ListDistributionTenantsByCustomizationRequest < Struct.new(
  :web_acl_arn,
  :certificate_arn,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#max_itemsInteger

The maximum number of distribution tenants to return by the specified customization.

Returns:

  • (Integer)


9535
9536
9537
9538
9539
9540
9541
9542
# File 'lib/aws-sdk-cloudfront/types.rb', line 9535

class ListDistributionTenantsByCustomizationRequest < Struct.new(
  :web_acl_arn,
  :certificate_arn,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#web_acl_arnString

Filter by the ARN of the associated WAF web ACL.

Returns:

  • (String)


9535
9536
9537
9538
9539
9540
9541
9542
# File 'lib/aws-sdk-cloudfront/types.rb', line 9535

class ListDistributionTenantsByCustomizationRequest < Struct.new(
  :web_acl_arn,
  :certificate_arn,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end