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.



9577
9578
9579
9580
9581
9582
9583
# File 'lib/aws-sdk-cloudfront/types.rb', line 9577

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)


9577
9578
9579
9580
9581
9582
9583
# File 'lib/aws-sdk-cloudfront/types.rb', line 9577

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)


9577
9578
9579
9580
9581
9582
9583
# File 'lib/aws-sdk-cloudfront/types.rb', line 9577

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