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.



9583
9584
9585
9586
9587
9588
9589
# File 'lib/aws-sdk-cloudfront/types.rb', line 9583

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)


9583
9584
9585
9586
9587
9588
9589
# File 'lib/aws-sdk-cloudfront/types.rb', line 9583

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)


9583
9584
9585
9586
9587
9588
9589
# File 'lib/aws-sdk-cloudfront/types.rb', line 9583

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