Class: Aws::CloudFront::Types::DistributionIdList

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

A list of distribution IDs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_truncatedBoolean

A flag that indicates whether more distribution IDs remain to be listed. If your results were truncated, you can make a subsequent request using the Marker request field to retrieve more distribution IDs in the list.

Returns:

  • (Boolean)


3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3839

class DistributionIdList < Struct.new(
  :marker,
  :next_marker,
  :max_items,
  :is_truncated,
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#itemsArray<String>

Contains the distribution IDs in the list.

Returns:

  • (Array<String>)


3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3839

class DistributionIdList < Struct.new(
  :marker,
  :next_marker,
  :max_items,
  :is_truncated,
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

The value provided in the Marker request field.

Returns:

  • (String)


3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3839

class DistributionIdList < Struct.new(
  :marker,
  :next_marker,
  :max_items,
  :is_truncated,
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#max_itemsInteger

The maximum number of distribution IDs requested.

Returns:

  • (Integer)


3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3839

class DistributionIdList < Struct.new(
  :marker,
  :next_marker,
  :max_items,
  :is_truncated,
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#next_markerString

Contains the value that you should use in the Marker field of a subsequent request to continue listing distribution IDs where you left off.

Returns:

  • (String)


3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3839

class DistributionIdList < Struct.new(
  :marker,
  :next_marker,
  :max_items,
  :is_truncated,
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#quantityInteger

The total number of distribution IDs returned in the response.

Returns:

  • (Integer)


3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3839

class DistributionIdList < Struct.new(
  :marker,
  :next_marker,
  :max_items,
  :is_truncated,
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end