Method: Aws::CloudFront::Types::ContinuousDeploymentPolicyList#quantity
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
#quantity ⇒ Integer
The total number of continuous deployment policies in your Amazon Web Services account, regardless of the ‘MaxItems` value.
1619 1620 1621 1622 1623 1624 1625 1626 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1619 class ContinuousDeploymentPolicyList < Struct.new( :next_marker, :max_items, :quantity, :items) SENSITIVE = [] include Aws::Structure end |