Class: Aws::CloudFront::Types::ListDistributionTenantsByCustomizationResult

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

#distribution_tenant_listArray<Types::DistributionTenantSummary>

A list of distribution tenants with the specified customization.



8898
8899
8900
8901
8902
8903
# File 'lib/aws-sdk-cloudfront/types.rb', line 8898

class ListDistributionTenantsByCustomizationResult < Struct.new(
  :next_marker,
  :distribution_tenant_list)
  SENSITIVE = []
  include Aws::Structure
end

#next_markerString

A token used for pagination of results returned in the response. You can use the token from the previous request to define where the current request should begin.

Returns:

  • (String)


8898
8899
8900
8901
8902
8903
# File 'lib/aws-sdk-cloudfront/types.rb', line 8898

class ListDistributionTenantsByCustomizationResult < Struct.new(
  :next_marker,
  :distribution_tenant_list)
  SENSITIVE = []
  include Aws::Structure
end