Method: Aws::SSM::Types::DescribeMaintenanceWindowScheduleResult#next_token
- Defined in:
- lib/aws-sdk-ssm/types.rb
#next_token ⇒ String
The token for the next set of items to return. (You use this token in the next call.)
6077 6078 6079 6080 6081 6082 |
# File 'lib/aws-sdk-ssm/types.rb', line 6077 class DescribeMaintenanceWindowScheduleResult < Struct.new( :scheduled_window_executions, :next_token) SENSITIVE = [] include Aws::Structure end |