Class: Aws::CloudFront::Types::ListDistributionTenantsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListDistributionTenantsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_filter ⇒ Types::DistributionTenantAssociationFilter
Filter by the associated distribution ID or connection group ID.
-
#marker ⇒ String
The marker for the next set of results.
-
#max_items ⇒ Integer
The maximum number of distribution tenants to return.
Instance Attribute Details
#association_filter ⇒ Types::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 |
#marker ⇒ String
The marker for the next set of results.
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_items ⇒ Integer
The maximum number of distribution tenants to return.
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 |