Method: Aws::CloudFront::Types::ContinuousDeploymentPolicyList#next_marker
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
#next_marker ⇒ String
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.
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 |