Class: Aws::CloudFront::Types::ListDistributionsByConnectionModeRequest

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

#connection_modeString

This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).

Returns:

  • (String)


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

#markerString

The marker for the next set of distributions to retrieve.

Returns:

  • (String)


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_itemsInteger

The maximum number of distributions to return.

Returns:

  • (Integer)


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