Class: Aws::CloudFront::Types::ContinuousDeploymentPolicyList

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

Overview

Contains a list of continuous deployment policies.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ContinuousDeploymentPolicySummary>

A list of continuous deployment policy items.



1464
1465
1466
1467
1468
1469
1470
1471
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1464

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

#max_itemsInteger

The maximum number of continuous deployment policies that were specified in your request.

Returns:

  • (Integer)


1464
1465
1466
1467
1468
1469
1470
1471
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1464

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

#next_markerString

Indicates the next page of continuous deployment policies. To get the next page of the list, use this value in the Marker field of your request.

Returns:

  • (String)


1464
1465
1466
1467
1468
1469
1470
1471
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1464

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

#quantityInteger

The total number of continuous deployment policies in your Amazon Web Services account, regardless of the MaxItems value.

Returns:

  • (Integer)


1464
1465
1466
1467
1468
1469
1470
1471
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1464

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