Method: Aws::KMS::Types::ListKeysResponse#next_marker
- Defined in:
- lib/aws-sdk-kms/types.rb
#next_marker ⇒ String
When ‘Truncated` is true, this element is present and contains the value to use for the `Marker` parameter in a subsequent request.
4957 4958 4959 4960 4961 4962 4963 |
# File 'lib/aws-sdk-kms/types.rb', line 4957 class ListKeysResponse < Struct.new( :keys, :next_marker, :truncated) SENSITIVE = [] include Aws::Structure end |