Method: Aws::Drs::Types::DescribeJobLogItemsResponse#next_token
- Defined in:
- lib/aws-sdk-drs/types.rb
#next_token ⇒ String
The token of the next Job log items to retrieve.
683 684 685 686 687 688 |
# File 'lib/aws-sdk-drs/types.rb', line 683 class DescribeJobLogItemsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |