Method: Aws::SSM::Types::DescribeMaintenanceWindowScheduleResult#next_token

Defined in:
lib/aws-sdk-ssm/types.rb

#next_tokenString

The token for the next set of items to return. (You use this token in the next call.)

Returns:

  • (String)


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