Class: Aws::CloudFront::Types::ListDistributionsByConnectionModeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListDistributionsByConnectionModeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_mode ⇒ String
This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).
-
#marker ⇒ String
The marker for the next set of distributions to retrieve.
-
#max_items ⇒ Integer
The maximum number of distributions to return.
Instance Attribute Details
#connection_mode ⇒ String
This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).
9738 9739 9740 9741 9742 9743 9744 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9738 class ListDistributionsByConnectionModeRequest < Struct.new( :marker, :max_items, :connection_mode) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The marker for the next set of distributions to retrieve.
9738 9739 9740 9741 9742 9743 9744 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9738 class ListDistributionsByConnectionModeRequest < Struct.new( :marker, :max_items, :connection_mode) SENSITIVE = [] include Aws::Structure end |
#max_items ⇒ Integer
The maximum number of distributions to return.
9738 9739 9740 9741 9742 9743 9744 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9738 class ListDistributionsByConnectionModeRequest < Struct.new( :marker, :max_items, :connection_mode) SENSITIVE = [] include Aws::Structure end |