Class: Aws::CloudFront::Types::ListDistributionTenantsRequest

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

#association_filterTypes::DistributionTenantAssociationFilter

Filter by the associated distribution ID or connection group ID.



8919
8920
8921
8922
8923
8924
8925
# File 'lib/aws-sdk-cloudfront/types.rb', line 8919

class ListDistributionTenantsRequest < Struct.new(
  :association_filter,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

The marker for the next set of results.

Returns:

  • (String)


8919
8920
8921
8922
8923
8924
8925
# File 'lib/aws-sdk-cloudfront/types.rb', line 8919

class ListDistributionTenantsRequest < Struct.new(
  :association_filter,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#max_itemsInteger

The maximum number of distribution tenants to return.

Returns:

  • (Integer)


8919
8920
8921
8922
8923
8924
8925
# File 'lib/aws-sdk-cloudfront/types.rb', line 8919

class ListDistributionTenantsRequest < Struct.new(
  :association_filter,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end