Class: Aws::CloudFront::Types::ListDistributionTenantsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListDistributionTenantsResult
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#distribution_tenant_list ⇒ Array<Types::DistributionTenantSummary>
The list of distribution tenants that you retrieved.
-
#next_marker ⇒ String
A token used for pagination of results returned in the response.
Instance Attribute Details
#distribution_tenant_list ⇒ Array<Types::DistributionTenantSummary>
The list of distribution tenants that you retrieved.
9663 9664 9665 9666 9667 9668 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9663 class ListDistributionTenantsResult < Struct.new( :next_marker, :distribution_tenant_list) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
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.
9663 9664 9665 9666 9667 9668 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9663 class ListDistributionTenantsResult < Struct.new( :next_marker, :distribution_tenant_list) SENSITIVE = [] include Aws::Structure end |