Method: Aws::ElasticLoadBalancingV2::Types::DescribeTrustStoresOutput#next_marker
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
#next_marker ⇒ String
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
1801 1802 1803 1804 1805 1806 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1801 class DescribeTrustStoresOutput < Struct.new( :trust_stores, :next_marker) SENSITIVE = [] include Aws::Structure end |